| /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/ |
| cipher_rc4_hmac_md5_hw.c | 196 unsigned char hmac_key[64]; local 198 memset(hmac_key, 0, sizeof(hmac_key)); 200 if (len > (int)sizeof(hmac_key)) { 203 MD5_Final(hmac_key, &ctx->head); 205 memcpy(hmac_key, key, len); 208 for (i = 0; i < sizeof(hmac_key); i++) 209 hmac_key[i] ^= 0x36; /* ipad */ 211 MD5_Update(&ctx->head, hmac_key, sizeof(hmac_key)); [all...] |
| cipher_rc4_hmac_md5_hw.c | 196 unsigned char hmac_key[64]; local 198 memset(hmac_key, 0, sizeof(hmac_key)); 200 if (len > (int)sizeof(hmac_key)) { 203 MD5_Final(hmac_key, &ctx->head); 205 memcpy(hmac_key, key, len); 208 for (i = 0; i < sizeof(hmac_key); i++) 209 hmac_key[i] ^= 0x36; /* ipad */ 211 MD5_Update(&ctx->head, hmac_key, sizeof(hmac_key)); [all...] |
| cipher_aes_cbc_hmac_sha1_hw.c | 633 unsigned char hmac_key[64]; local 635 memset(hmac_key, 0, sizeof(hmac_key)); 637 if (len > (int)sizeof(hmac_key)) { 640 SHA1_Final(hmac_key, &ctx->head); 642 memcpy(hmac_key, mac, len); 645 for (i = 0; i < sizeof(hmac_key); i++) 646 hmac_key[i] ^= 0x36; /* ipad */ 648 sha1_update(&ctx->head, hmac_key, sizeof(hmac_key)); [all...] |
| cipher_aes_cbc_hmac_sha256_hw.c | 685 unsigned char hmac_key[64]; local 687 memset(hmac_key, 0, sizeof(hmac_key)); 689 if (len > sizeof(hmac_key)) { 692 SHA256_Final(hmac_key, &ctx->head); 694 memcpy(hmac_key, mackey, len); 697 for (i = 0; i < sizeof(hmac_key); i++) 698 hmac_key[i] ^= 0x36; /* ipad */ 700 sha256_update(&ctx->head, hmac_key, sizeof(hmac_key)); [all...] |
| cipher_aes_cbc_hmac_sha1_hw.c | 633 unsigned char hmac_key[64]; local 635 memset(hmac_key, 0, sizeof(hmac_key)); 637 if (len > (int)sizeof(hmac_key)) { 640 SHA1_Final(hmac_key, &ctx->head); 642 memcpy(hmac_key, mac, len); 645 for (i = 0; i < sizeof(hmac_key); i++) 646 hmac_key[i] ^= 0x36; /* ipad */ 648 sha1_update(&ctx->head, hmac_key, sizeof(hmac_key)); [all...] |
| cipher_aes_cbc_hmac_sha256_hw.c | 685 unsigned char hmac_key[64]; local 687 memset(hmac_key, 0, sizeof(hmac_key)); 689 if (len > sizeof(hmac_key)) { 692 SHA256_Final(hmac_key, &ctx->head); 694 memcpy(hmac_key, mackey, len); 697 for (i = 0; i < sizeof(hmac_key); i++) 698 hmac_key[i] ^= 0x36; /* ipad */ 700 sha256_update(&ctx->head, hmac_key, sizeof(hmac_key)); [all...] |
| /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ |
| cipher_rc4_hmac_md5_hw.c | 196 unsigned char hmac_key[64]; local 198 memset(hmac_key, 0, sizeof(hmac_key)); 200 if (len > (int)sizeof(hmac_key)) { 203 MD5_Final(hmac_key, &ctx->head); 205 memcpy(hmac_key, key, len); 208 for (i = 0; i < sizeof(hmac_key); i++) 209 hmac_key[i] ^= 0x36; /* ipad */ 211 MD5_Update(&ctx->head, hmac_key, sizeof(hmac_key)); [all...] |
| cipher_rc4_hmac_md5_hw.c | 196 unsigned char hmac_key[64]; local 198 memset(hmac_key, 0, sizeof(hmac_key)); 200 if (len > (int)sizeof(hmac_key)) { 203 MD5_Final(hmac_key, &ctx->head); 205 memcpy(hmac_key, key, len); 208 for (i = 0; i < sizeof(hmac_key); i++) 209 hmac_key[i] ^= 0x36; /* ipad */ 211 MD5_Update(&ctx->head, hmac_key, sizeof(hmac_key)); [all...] |
| cipher_aes_cbc_hmac_sha1_hw.c | 637 unsigned char hmac_key[64]; local 639 memset(hmac_key, 0, sizeof(hmac_key)); 641 if (len > (int)sizeof(hmac_key)) { 644 SHA1_Final(hmac_key, &ctx->head); 646 memcpy(hmac_key, mac, len); 649 for (i = 0; i < sizeof(hmac_key); i++) 650 hmac_key[i] ^= 0x36; /* ipad */ 652 sha1_update(&ctx->head, hmac_key, sizeof(hmac_key)); [all...] |
| cipher_aes_cbc_hmac_sha256_hw.c | 690 unsigned char hmac_key[64]; local 692 memset(hmac_key, 0, sizeof(hmac_key)); 694 if (len > sizeof(hmac_key)) { 697 SHA256_Final(hmac_key, &ctx->head); 699 memcpy(hmac_key, mackey, len); 702 for (i = 0; i < sizeof(hmac_key); i++) 703 hmac_key[i] ^= 0x36; /* ipad */ 705 sha256_update(&ctx->head, hmac_key, sizeof(hmac_key)); [all...] |
| cipher_aes_cbc_hmac_sha1_hw.c | 637 unsigned char hmac_key[64]; local 639 memset(hmac_key, 0, sizeof(hmac_key)); 641 if (len > (int)sizeof(hmac_key)) { 644 SHA1_Final(hmac_key, &ctx->head); 646 memcpy(hmac_key, mac, len); 649 for (i = 0; i < sizeof(hmac_key); i++) 650 hmac_key[i] ^= 0x36; /* ipad */ 652 sha1_update(&ctx->head, hmac_key, sizeof(hmac_key)); [all...] |
| cipher_aes_cbc_hmac_sha256_hw.c | 690 unsigned char hmac_key[64]; local 692 memset(hmac_key, 0, sizeof(hmac_key)); 694 if (len > sizeof(hmac_key)) { 697 SHA256_Final(hmac_key, &ctx->head); 699 memcpy(hmac_key, mackey, len); 702 for (i = 0; i < sizeof(hmac_key); i++) 703 hmac_key[i] ^= 0x36; /* ipad */ 705 sha256_update(&ctx->head, hmac_key, sizeof(hmac_key)); [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/evp/ |
| e_rc4_hmac_md5.c | 190 unsigned char hmac_key[64]; local 192 memset(hmac_key, 0, sizeof(hmac_key)); 194 if (arg > (int)sizeof(hmac_key)) { 197 MD5_Final(hmac_key, &key->head); 199 memcpy(hmac_key, ptr, arg); 202 for (i = 0; i < sizeof(hmac_key); i++) 203 hmac_key[i] ^= 0x36; /* ipad */ 205 MD5_Update(&key->head, hmac_key, sizeof(hmac_key)); [all...] |
| e_rc4_hmac_md5.c | 190 unsigned char hmac_key[64]; local 192 memset(hmac_key, 0, sizeof(hmac_key)); 194 if (arg > (int)sizeof(hmac_key)) { 197 MD5_Final(hmac_key, &key->head); 199 memcpy(hmac_key, ptr, arg); 202 for (i = 0; i < sizeof(hmac_key); i++) 203 hmac_key[i] ^= 0x36; /* ipad */ 205 MD5_Update(&key->head, hmac_key, sizeof(hmac_key)); [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| e_rc4_hmac_md5.c | 195 unsigned char hmac_key[64]; local 197 memset(hmac_key, 0, sizeof(hmac_key)); 199 if (arg > (int)sizeof(hmac_key)) { 202 MD5_Final(hmac_key, &key->head); 204 memcpy(hmac_key, ptr, arg); 207 for (i = 0; i < sizeof(hmac_key); i++) 208 hmac_key[i] ^= 0x36; /* ipad */ 210 MD5_Update(&key->head, hmac_key, sizeof(hmac_key)); [all...] |
| e_rc4_hmac_md5.c | 195 unsigned char hmac_key[64]; local 197 memset(hmac_key, 0, sizeof(hmac_key)); 199 if (arg > (int)sizeof(hmac_key)) { 202 MD5_Final(hmac_key, &key->head); 204 memcpy(hmac_key, ptr, arg); 207 for (i = 0; i < sizeof(hmac_key); i++) 208 hmac_key[i] ^= 0x36; /* ipad */ 210 MD5_Update(&key->head, hmac_key, sizeof(hmac_key)); [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/evp/ |
| e_rc4_hmac_md5.c | 185 unsigned char hmac_key[64]; local 187 memset(hmac_key, 0, sizeof(hmac_key)); 189 if (arg > (int)sizeof(hmac_key)) { 192 MD5_Final(hmac_key, &key->head); 194 memcpy(hmac_key, ptr, arg); 197 for (i = 0; i < sizeof(hmac_key); i++) 198 hmac_key[i] ^= 0x36; /* ipad */ 200 MD5_Update(&key->head, hmac_key, sizeof(hmac_key)); [all...] |
| e_rc4_hmac_md5.c | 185 unsigned char hmac_key[64]; local 187 memset(hmac_key, 0, sizeof(hmac_key)); 189 if (arg > (int)sizeof(hmac_key)) { 192 MD5_Final(hmac_key, &key->head); 194 memcpy(hmac_key, ptr, arg); 197 for (i = 0; i < sizeof(hmac_key); i++) 198 hmac_key[i] ^= 0x36; /* ipad */ 200 MD5_Update(&key->head, hmac_key, sizeof(hmac_key)); [all...] |
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| srp-crypto.h | 30 typedef struct hmac_key hmac_key_t; 31 struct hmac_key { struct
|
| srp-crypto.h | 30 typedef struct hmac_key hmac_key_t; 31 struct hmac_key { struct
|
| /src/external/mpl/bind/dist/lib/dns/ |
| dst_internal.h | 102 dst_hmac_key_t *hmac_key; member in union:dst_key::__anon23981
|
| dst_internal.h | 102 dst_hmac_key_t *hmac_key; member in union:dst_key::__anon23981
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| dst_internal.h | 129 dst_hmac_key_t *hmac_key; member in union:dst_key::__anon24248
|
| dst_internal.h | 129 dst_hmac_key_t *hmac_key; member in union:dst_key::__anon24248
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| dgst.c | 120 char *hmac_key = NULL; local 217 hmac_key = "etaonrishdlcupfm"; 220 hmac_key = opt_arg(); 297 if ((!(mac_name == NULL) + !(keyfile == NULL) + !(hmac_key == NULL)) > 1) { 351 if (hmac_key != NULL) { 357 (unsigned char *)hmac_key, 358 strlen(hmac_key));
|