/third_party/node/deps/openssl/openssl/providers/implementations/macs/ |
D | cmac_prov.c | 53 struct cmac_data_st *macctx; in cmac_new() local 71 struct cmac_data_st *macctx = vmacctx; in cmac_free() local 101 struct cmac_data_st *macctx = vmacctx; in cmac_size() local 106 static int cmac_setkey(struct cmac_data_st *macctx, in cmac_setkey() 119 struct cmac_data_st *macctx = vmacctx; in cmac_init() local 132 struct cmac_data_st *macctx = vmacctx; in cmac_update() local 140 struct cmac_data_st *macctx = vmacctx; in cmac_final() local 191 struct cmac_data_st *macctx = vmacctx; in cmac_set_ctx_params() local
|
D | blake2_mac_impl.c | 44 struct blake2_mac_data_st *macctx; in blake2_mac_new() local 75 struct blake2_mac_data_st *macctx = vmacctx; in blake2_mac_free() local 85 struct blake2_mac_data_st *macctx = vmacctx; in blake2_mac_size() local 90 static int blake2_setkey(struct blake2_mac_data_st *macctx, in blake2_setkey() 108 struct blake2_mac_data_st *macctx = vmacctx; in blake2_mac_init() local 126 struct blake2_mac_data_st *macctx = vmacctx; in blake2_mac_update() local 138 struct blake2_mac_data_st *macctx = vmacctx; in blake2_mac_final() local 191 struct blake2_mac_data_st *macctx = vmacctx; in blake2_mac_set_ctx_params() local
|
D | hmac_prov.c | 75 struct hmac_data_st *macctx; in hmac_new() local 92 struct hmac_data_st *macctx = vmacctx; in hmac_free() local 137 static size_t hmac_size(struct hmac_data_st *macctx) in hmac_size() 142 static int hmac_block_size(struct hmac_data_st *macctx) in hmac_block_size() 151 static int hmac_setkey(struct hmac_data_st *macctx, in hmac_setkey() 176 struct hmac_data_st *macctx = vmacctx; in hmac_init() local 191 struct hmac_data_st *macctx = vmacctx; in hmac_update() local 226 struct hmac_data_st *macctx = vmacctx; in hmac_final() local 257 struct hmac_data_st *macctx = vmacctx; in hmac_get_ctx_params() local 308 struct hmac_data_st *macctx = vmacctx; in hmac_set_ctx_params() local
|
D | gmac_prov.c | 49 struct gmac_data_st *macctx = vmacctx; in gmac_free() local 60 struct gmac_data_st *macctx; in gmac_new() local 100 static int gmac_setkey(struct gmac_data_st *macctx, in gmac_setkey() 117 struct gmac_data_st *macctx = vmacctx; in gmac_init() local 129 struct gmac_data_st *macctx = vmacctx; in gmac_update() local 149 struct gmac_data_st *macctx = vmacctx; in gmac_final() local 205 struct gmac_data_st *macctx = vmacctx; in gmac_set_ctx_params() local
|
/third_party/openssl/providers/implementations/macs/ |
D | blake2_mac_impl.c | 44 struct blake2_mac_data_st *macctx; in blake2_mac_new() local 75 struct blake2_mac_data_st *macctx = vmacctx; in blake2_mac_free() local 85 struct blake2_mac_data_st *macctx = vmacctx; in blake2_mac_size() local 90 static int blake2_setkey(struct blake2_mac_data_st *macctx, in blake2_setkey() 108 struct blake2_mac_data_st *macctx = vmacctx; in blake2_mac_init() local 126 struct blake2_mac_data_st *macctx = vmacctx; in blake2_mac_update() local 138 struct blake2_mac_data_st *macctx = vmacctx; in blake2_mac_final() local 191 struct blake2_mac_data_st *macctx = vmacctx; in blake2_mac_set_ctx_params() local
|
D | cmac_prov.c | 53 struct cmac_data_st *macctx; in cmac_new() local 71 struct cmac_data_st *macctx = vmacctx; in cmac_free() local 101 struct cmac_data_st *macctx = vmacctx; in cmac_size() local 106 static int cmac_setkey(struct cmac_data_st *macctx, in cmac_setkey() 119 struct cmac_data_st *macctx = vmacctx; in cmac_init() local 132 struct cmac_data_st *macctx = vmacctx; in cmac_update() local 140 struct cmac_data_st *macctx = vmacctx; in cmac_final() local 191 struct cmac_data_st *macctx = vmacctx; in cmac_set_ctx_params() local
|
D | hmac_prov.c | 75 struct hmac_data_st *macctx; in hmac_new() local 92 struct hmac_data_st *macctx = vmacctx; in hmac_free() local 137 static size_t hmac_size(struct hmac_data_st *macctx) in hmac_size() 142 static int hmac_block_size(struct hmac_data_st *macctx) in hmac_block_size() 151 static int hmac_setkey(struct hmac_data_st *macctx, in hmac_setkey() 176 struct hmac_data_st *macctx = vmacctx; in hmac_init() local 191 struct hmac_data_st *macctx = vmacctx; in hmac_update() local 226 struct hmac_data_st *macctx = vmacctx; in hmac_final() local 257 struct hmac_data_st *macctx = vmacctx; in hmac_get_ctx_params() local 308 struct hmac_data_st *macctx = vmacctx; in hmac_set_ctx_params() local
|
D | gmac_prov.c | 49 struct gmac_data_st *macctx = vmacctx; in gmac_free() local 60 struct gmac_data_st *macctx; in gmac_new() local 100 static int gmac_setkey(struct gmac_data_st *macctx, in gmac_setkey() 117 struct gmac_data_st *macctx = vmacctx; in gmac_init() local 129 struct gmac_data_st *macctx = vmacctx; in gmac_update() local 149 struct gmac_data_st *macctx = vmacctx; in gmac_final() local 205 struct gmac_data_st *macctx = vmacctx; in gmac_set_ctx_params() local
|
/third_party/openssl/providers/common/ |
D | provider_util.c | 224 int ossl_prov_set_macctx(EVP_MAC_CTX *macctx, in ossl_prov_set_macctx() 290 int ossl_prov_macctx_load_from_params(EVP_MAC_CTX **macctx, in ossl_prov_macctx_load_from_params()
|
/third_party/node/deps/openssl/openssl/providers/common/ |
D | provider_util.c | 224 int ossl_prov_set_macctx(EVP_MAC_CTX *macctx, in ossl_prov_set_macctx() 290 int ossl_prov_macctx_load_from_params(EVP_MAC_CTX **macctx, in ossl_prov_macctx_load_from_params()
|
/third_party/node/deps/openssl/openssl/providers/implementations/signature/ |
D | mac_legacy_sig.c | 47 EVP_MAC_CTX *macctx; member
|
/third_party/openssl/providers/implementations/signature/ |
D | mac_legacy_sig.c | 47 EVP_MAC_CTX *macctx; member
|
/third_party/openssl/providers/implementations/kdfs/ |
D | sskdf.c | 56 EVP_MAC_CTX *macctx; /* H(x) = HMAC_hash OR H(x) = KMAC */ member
|
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
D | sskdf.c | 56 EVP_MAC_CTX *macctx; /* H(x) = HMAC_hash OR H(x) = KMAC */ member
|