Searched defs:macctx (Results 1 – 7 of 7) sorted by relevance
78 struct hmac_data_st *macctx; in hmac_new() local96 struct hmac_data_st *macctx = vmacctx; in hmac_free() local141 static size_t hmac_size(struct hmac_data_st *macctx) in hmac_size()146 static int hmac_block_size(struct hmac_data_st *macctx) in hmac_block_size()155 static int hmac_setkey(struct hmac_data_st *macctx, in hmac_setkey()201 struct hmac_data_st *macctx = vmacctx; in hmac_init() local216 struct hmac_data_st *macctx = vmacctx; in hmac_update() local251 struct hmac_data_st *macctx = vmacctx; in hmac_final() local283 struct hmac_data_st *macctx = vmacctx; in hmac_get_ctx_params() local329 struct hmac_data_st *macctx = vmacctx; in hmac_set_ctx_params() local[all …]
44 struct blake2_mac_data_st *macctx; in blake2_mac_new() local75 struct blake2_mac_data_st *macctx = vmacctx; in blake2_mac_free() local85 struct blake2_mac_data_st *macctx = vmacctx; in blake2_mac_size() local90 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() local126 struct blake2_mac_data_st *macctx = vmacctx; in blake2_mac_update() local138 struct blake2_mac_data_st *macctx = vmacctx; in blake2_mac_final() local191 struct blake2_mac_data_st *macctx = vmacctx; in blake2_mac_set_ctx_params() local
58 struct cmac_data_st *macctx; in cmac_new() local77 struct cmac_data_st *macctx = vmacctx; in cmac_free() local108 struct cmac_data_st *macctx = vmacctx; in cmac_size() local130 static int tdes_check_param(struct cmac_data_st *macctx, OSSL_PARAM *p, in tdes_check_param()149 static int cmac_setkey(struct cmac_data_st *macctx, in cmac_setkey()173 struct cmac_data_st *macctx = vmacctx; in cmac_init() local186 struct cmac_data_st *macctx = vmacctx; in cmac_update() local194 struct cmac_data_st *macctx = vmacctx; in cmac_final() local249 struct cmac_data_st *macctx = vmacctx; in cmac_set_ctx_params() local
49 struct gmac_data_st *macctx = vmacctx; in gmac_free() local60 struct gmac_data_st *macctx; in gmac_new() local100 static int gmac_setkey(struct gmac_data_st *macctx, in gmac_setkey()117 struct gmac_data_st *macctx = vmacctx; in gmac_init() local129 struct gmac_data_st *macctx = vmacctx; in gmac_update() local149 struct gmac_data_st *macctx = vmacctx; in gmac_final() local205 struct gmac_data_st *macctx = vmacctx; in gmac_set_ctx_params() local
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()
47 EVP_MAC_CTX *macctx; member
58 EVP_MAC_CTX *macctx; /* H(x) = HMAC_hash OR H(x) = KMAC */ member
Completed in 25 milliseconds