| /src/crypto/external/bsd/openssl/dist/demos/mac/ |
| Makefile | 14 all: gmac hmac-sha512 cmac-aes256 poly1305 18 cmac-aes256: cmac-aes256.o 21 gmac hmac-sha512 cmac-aes256 poly1305: 25 $(RM) gmac hmac-sha512 cmac-aes256 poly1305 *.o
|
| Makefile | 14 all: gmac hmac-sha512 cmac-aes256 poly1305 18 cmac-aes256: cmac-aes256.o 21 gmac hmac-sha512 cmac-aes256 poly1305: 25 $(RM) gmac hmac-sha512 cmac-aes256 poly1305 *.o
|
| /src/crypto/external/apache2/openssl/dist/demos/mac/ |
| build.info | 9 cmac-aes256 \ 20 INCLUDE[cmac-aes256]=../../include 21 SOURCE[cmac-aes256]=cmac-aes256.c 22 DEPEND[cmac-aes256]=../../libcrypto
|
| build.info | 9 cmac-aes256 \ 20 INCLUDE[cmac-aes256]=../../include 21 SOURCE[cmac-aes256]=cmac-aes256.c 22 DEPEND[cmac-aes256]=../../libcrypto
|
| Makefile | 9 cmac-aes256 \ 20 cmac-aes256: cmac-aes256.o
|
| Makefile | 9 cmac-aes256 \ 20 cmac-aes256: cmac-aes256.o
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/include/prov/ |
| macsignature.h | 22 int cmac; member in struct:mac_key_st 27 MAC_KEY *ossl_mac_key_new(OSSL_LIB_CTX *libctx, int cmac);
|
| macsignature.h | 22 int cmac; member in struct:mac_key_st 27 MAC_KEY *ossl_mac_key_new(OSSL_LIB_CTX *libctx, int cmac);
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/ |
| macsignature.h | 23 int cmac; member in struct:mac_key_st 28 MAC_KEY *ossl_mac_key_new(OSSL_LIB_CTX *libctx, int cmac);
|
| macsignature.h | 23 int cmac; member in struct:mac_key_st 28 MAC_KEY *ossl_mac_key_new(OSSL_LIB_CTX *libctx, int cmac);
|
| /src/crypto/external/apache2/openssl/dist/crypto/modes/ |
| ccm128.c | 78 (*block)(ctx->nonce.c, ctx->cmac.c, ctx->key), ctx->blocks++; 81 ctx->cmac.c[0] ^= (u8)(alen >> 8); 82 ctx->cmac.c[1] ^= (u8)alen; 86 ctx->cmac.c[0] ^= 0xFF; 87 ctx->cmac.c[1] ^= 0xFF; 88 ctx->cmac.c[2] ^= (u8)(alen >> (56 % (sizeof(alen) * 8))); 89 ctx->cmac.c[3] ^= (u8)(alen >> (48 % (sizeof(alen) * 8))); 90 ctx->cmac.c[4] ^= (u8)(alen >> (40 % (sizeof(alen) * 8))); 91 ctx->cmac.c[5] ^= (u8)(alen >> (32 % (sizeof(alen) * 8))); 92 ctx->cmac.c[6] ^= (u8)(alen >> 24) [all...] |
| ccm128.c | 78 (*block)(ctx->nonce.c, ctx->cmac.c, ctx->key), ctx->blocks++; 81 ctx->cmac.c[0] ^= (u8)(alen >> 8); 82 ctx->cmac.c[1] ^= (u8)alen; 86 ctx->cmac.c[0] ^= 0xFF; 87 ctx->cmac.c[1] ^= 0xFF; 88 ctx->cmac.c[2] ^= (u8)(alen >> (56 % (sizeof(alen) * 8))); 89 ctx->cmac.c[3] ^= (u8)(alen >> (48 % (sizeof(alen) * 8))); 90 ctx->cmac.c[4] ^= (u8)(alen >> (40 % (sizeof(alen) * 8))); 91 ctx->cmac.c[5] ^= (u8)(alen >> (32 % (sizeof(alen) * 8))); 92 ctx->cmac.c[6] ^= (u8)(alen >> 24) [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/modes/ |
| ccm128.c | 78 (*block) (ctx->nonce.c, ctx->cmac.c, ctx->key), ctx->blocks++; 81 ctx->cmac.c[0] ^= (u8)(alen >> 8); 82 ctx->cmac.c[1] ^= (u8)alen; 86 ctx->cmac.c[0] ^= 0xFF; 87 ctx->cmac.c[1] ^= 0xFF; 88 ctx->cmac.c[2] ^= (u8)(alen >> (56 % (sizeof(alen) * 8))); 89 ctx->cmac.c[3] ^= (u8)(alen >> (48 % (sizeof(alen) * 8))); 90 ctx->cmac.c[4] ^= (u8)(alen >> (40 % (sizeof(alen) * 8))); 91 ctx->cmac.c[5] ^= (u8)(alen >> (32 % (sizeof(alen) * 8))); 92 ctx->cmac.c[6] ^= (u8)(alen >> 24) [all...] |
| ccm128.c | 78 (*block) (ctx->nonce.c, ctx->cmac.c, ctx->key), ctx->blocks++; 81 ctx->cmac.c[0] ^= (u8)(alen >> 8); 82 ctx->cmac.c[1] ^= (u8)alen; 86 ctx->cmac.c[0] ^= 0xFF; 87 ctx->cmac.c[1] ^= 0xFF; 88 ctx->cmac.c[2] ^= (u8)(alen >> (56 % (sizeof(alen) * 8))); 89 ctx->cmac.c[3] ^= (u8)(alen >> (48 % (sizeof(alen) * 8))); 90 ctx->cmac.c[4] ^= (u8)(alen >> (40 % (sizeof(alen) * 8))); 91 ctx->cmac.c[5] ^= (u8)(alen >> (32 % (sizeof(alen) * 8))); 92 ctx->cmac.c[6] ^= (u8)(alen >> 24) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/modes/ |
| ccm128.c | 78 (*block) (ctx->nonce.c, ctx->cmac.c, ctx->key), ctx->blocks++; 81 ctx->cmac.c[0] ^= (u8)(alen >> 8); 82 ctx->cmac.c[1] ^= (u8)alen; 86 ctx->cmac.c[0] ^= 0xFF; 87 ctx->cmac.c[1] ^= 0xFF; 88 ctx->cmac.c[2] ^= (u8)(alen >> (56 % (sizeof(alen) * 8))); 89 ctx->cmac.c[3] ^= (u8)(alen >> (48 % (sizeof(alen) * 8))); 90 ctx->cmac.c[4] ^= (u8)(alen >> (40 % (sizeof(alen) * 8))); 91 ctx->cmac.c[5] ^= (u8)(alen >> (32 % (sizeof(alen) * 8))); 92 ctx->cmac.c[6] ^= (u8)(alen >> 24) [all...] |
| ccm128.c | 78 (*block) (ctx->nonce.c, ctx->cmac.c, ctx->key), ctx->blocks++; 81 ctx->cmac.c[0] ^= (u8)(alen >> 8); 82 ctx->cmac.c[1] ^= (u8)alen; 86 ctx->cmac.c[0] ^= 0xFF; 87 ctx->cmac.c[1] ^= 0xFF; 88 ctx->cmac.c[2] ^= (u8)(alen >> (56 % (sizeof(alen) * 8))); 89 ctx->cmac.c[3] ^= (u8)(alen >> (48 % (sizeof(alen) * 8))); 90 ctx->cmac.c[4] ^= (u8)(alen >> (40 % (sizeof(alen) * 8))); 91 ctx->cmac.c[5] ^= (u8)(alen >> (32 % (sizeof(alen) * 8))); 92 ctx->cmac.c[6] ^= (u8)(alen >> 24) [all...] |
| /src/external/bsd/ntp/dist/sntp/tests/ |
| crypto.c | 10 #define CMAC "AES128CMAC" 25 void VerifyLocalCMAC(struct key *cmac); 26 void VerifyOpenSSLCMAC(struct key *cmac); 108 struct key cmac; local 110 cmac.next = NULL; 111 cmac.key_id = 30; 112 cmac.key_len = CMAC_LENGTH; 113 memcpy(&cmac.key_seq, "aes-128-cmac-seq", cmac.key_len) 200 struct key cmac; local [all...] |
| crypto.c | 10 #define CMAC "AES128CMAC" 25 void VerifyLocalCMAC(struct key *cmac); 26 void VerifyOpenSSLCMAC(struct key *cmac); 108 struct key cmac; local 110 cmac.next = NULL; 111 cmac.key_id = 30; 112 cmac.key_len = CMAC_LENGTH; 113 memcpy(&cmac.key_seq, "aes-128-cmac-seq", cmac.key_len) 200 struct key cmac; local [all...] |
| /src/crypto/external/apache2/openssl/dist/include/crypto/ |
| cmac.h | 15 #include <openssl/cmac.h>
|
| cmac.h | 15 #include <openssl/cmac.h>
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/cmac/ |
| cm_ameth.c | 13 #include <openssl/cmac.h> 17 * CMAC "ASN1" method. This is just here to indicate the maximum CMAC output 18 * length and to free up a CMAC key. 37 "CMAC", 38 "OpenSSL CMAC method",
|
| cm_ameth.c | 13 #include <openssl/cmac.h> 17 * CMAC "ASN1" method. This is just here to indicate the maximum CMAC output 18 * length and to free up a CMAC key. 37 "CMAC", 38 "OpenSSL CMAC method",
|
| /src/sys/dev/pci/cxgb/ |
| cxgb_xgmac.c | 49 static inline int macidx(const struct cmac *mac) 54 static void xaui_serdes_reset(struct cmac *mac) 78 void t3b_pcs_reset(struct cmac *mac) 87 int t3_mac_reset(struct cmac *mac) 168 static int t3b2_mac_reset(struct cmac *mac) 227 static void set_addr_filter(struct cmac *mac, int idx, const u8 *addr) 240 int t3_mac_set_address(struct cmac *mac, unsigned int idx, u8 addr[6]) 257 int t3_mac_set_num_ucast(struct cmac *mac, unsigned char n) 265 static void disable_exact_filters(struct cmac *mac) 276 static void enable_exact_filters(struct cmac *mac [all...] |
| cxgb_xgmac.c | 49 static inline int macidx(const struct cmac *mac) 54 static void xaui_serdes_reset(struct cmac *mac) 78 void t3b_pcs_reset(struct cmac *mac) 87 int t3_mac_reset(struct cmac *mac) 168 static int t3b2_mac_reset(struct cmac *mac) 227 static void set_addr_filter(struct cmac *mac, int idx, const u8 *addr) 240 int t3_mac_set_address(struct cmac *mac, unsigned int idx, u8 addr[6]) 257 int t3_mac_set_num_ucast(struct cmac *mac, unsigned char n) 265 static void disable_exact_filters(struct cmac *mac) 276 static void enable_exact_filters(struct cmac *mac [all...] |
| /src/external/bsd/ntp/dist/include/ |
| ntp_md5.h | 29 # include <openssl/cmac.h> 30 # define CMAC "AES128CMAC"
|