Home
last modified time | relevance | path

Searched defs:macctx (Results 1 – 7 of 7) sorted by relevance

/openssl/providers/implementations/macs/
H A Dblake2_mac_impl.c44 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
H A Dcmac_prov.c53 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
H A Dhmac_prov.c75 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
H A Dgmac_prov.c49 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
/openssl/providers/common/
H A Dprovider_util.c224 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()
/openssl/providers/implementations/signature/
H A Dmac_legacy_sig.c47 EVP_MAC_CTX *macctx; member
/openssl/providers/implementations/kdfs/
H A Dsskdf.c56 EVP_MAC_CTX *macctx; /* H(x) = HMAC_hash OR H(x) = KMAC */ member

Completed in 20 milliseconds