]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/corecrypto/ccn/src/ccn_set.c
xnu-6153.11.26.tar.gz
[apple/xnu.git] / osfmk / corecrypto / ccn / src / ccn_set.c
diff --git a/osfmk/corecrypto/ccn/src/ccn_set.c b/osfmk/corecrypto/ccn/src/ccn_set.c
deleted file mode 100644 (file)
index 26cdab5..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- *  ccn_set.c
- *  corecrypto
- *
- *  Created on 02/17/2012
- *
- *  Copyright (c) 2012,2014,2015 Apple Inc. All rights reserved.
- *
- */
-
-#include <corecrypto/ccn.h>
-#include <corecrypto/cc_priv.h>
-
-#if !CCN_SET_ASM
-void ccn_set(cc_size n, cc_unit *r, const cc_unit *s)
-{
-    CC_MEMMOVE(r, s, ccn_sizeof_n(n));
-}
-#endif