Searched refs:in_key (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/aesVect/
H A Dstd_defs.h25 u4byte *set_key(const u4byte in_key[], const u4byte key_len);
96 ((u4byte*)(x))[0] = io_swap(in_key[3]); \
97 ((u4byte*)(x))[1] = io_swap(in_key[2]); \
98 ((u4byte*)(x))[2] = io_swap(in_key[1]); \
99 ((u4byte*)(x))[3] = io_swap(in_key[0]); \
102 ((u4byte*)(x))[0] = io_swap(in_key[5]); \
103 ((u4byte*)(x))[1] = io_swap(in_key[4]); \
104 ((u4byte*)(x))[2] = io_swap(in_key[3]); \
105 ((u4byte*)(x))[3] = io_swap(in_key[2]); \
106 ((u4byte*)(x))[4] = io_swap(in_key[
[all...]
H A Drijndael.c260 u4byte *set_key(const u4byte in_key[], const u4byte key_len) argument
272 e_key[0] = in_key[0]; e_key[1] = in_key[1];
273 e_key[2] = in_key[2]; e_key[3] = in_key[3];
288 e_key[4] = in_key[4]; t = e_key[5] = in_key[5];
298 e_key[4] = in_key[4]; e_key[5] = in_key[5];
299 e_key[6] = in_key[
[all...]
/macosx-10.10.1/CommonCrypto-60061/lib/
H A DCommonCryptoAESShoefly.c38 void aes_encrypt_key128(const unsigned char *in_key, aes_encrypt_ctx cx[1]) argument
45 (void) CCCryptorCreateFromDataWithMode(kCCEncrypt, kCCModeCBC, kCCAlgorithmAES128NoHardware, ccNoPadding, NULL, in_key, 16, NULL, 0, 0, 0,
49 void aes_encrypt_key256(const unsigned char *in_key, aes_encrypt_ctx cx[1]) argument
55 (void) CCCryptorCreateFromDataWithMode(kCCEncrypt, kCCModeCBC, kCCAlgorithmAES128NoHardware, ccNoPadding, NULL, in_key, 32, NULL, 0, 0, 0,
59 void aes_decrypt_key128(const unsigned char *in_key, aes_decrypt_ctx cx[1]) argument
65 (void) CCCryptorCreateFromDataWithMode(kCCDecrypt, kCCModeCBC, kCCAlgorithmAES128NoHardware, ccNoPadding, NULL, in_key, 16, NULL, 0, 0, 0,
69 void aes_decrypt_key256(const unsigned char *in_key, aes_decrypt_ctx cx[1]) argument
75 (void) CCCryptorCreateFromDataWithMode(kCCDecrypt, kCCModeCBC, kCCAlgorithmAES128NoHardware, ccNoPadding, NULL, in_key, 32, NULL, 0, 0, 0,
/macosx-10.10.1/CommonCrypto-60061/include/
H A Daes.h65 void aes_encrypt_key128(const unsigned char *in_key, aes_encrypt_ctx cx[1])
71 void aes_encrypt_key256(const unsigned char *in_key, aes_encrypt_ctx cx[1])
78 void aes_decrypt_key128(const unsigned char *in_key, aes_decrypt_ctx cx[1])
84 void aes_decrypt_key256(const unsigned char *in_key, aes_decrypt_ctx cx[1])
/macosx-10.10.1/libresolv-57/
H A Ddst_api.c240 * in_key Contains a private key to sign with.
253 dst_sign_data(const int mode, DST_KEY *in_key, void **context, argument
260 (in_key->dk_KEY_struct == NULL || signature == NULL))
263 if (in_key->dk_func && in_key->dk_func->sign)
264 return (in_key->dk_func->sign(mode, in_key, context, data, len,
288 * in_key Key for verification.
297 dst_verify_data(const int mode, DST_KEY *in_key, void **context, argument
303 (in_key
[all...]
H A Ddst_hmac_link.c373 * in_key: HMAC-MD5 key
381 dst_hmac_md5_to_dns_key(const DST_KEY *in_key, u_char *out_str, argument
388 if (in_key == NULL || in_key->dk_KEY_struct == NULL ||
389 out_len <= in_key->dk_key_size || out_str == NULL)
392 hkey = (HMAC_Key *) in_key->dk_KEY_struct;
393 for (i = 0; i < in_key->dk_key_size; i++)
H A Ddst.h27 DST_KEY *in_key, /* the key to use */
36 DST_KEY *in_key, /* the key to use */

Completed in 127 milliseconds