Searched defs:macctx (Results 1 – 7 of 7) sorted by relevance
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
75 struct hmac_data_st *macctx; in hmac_new() local92 struct hmac_data_st *macctx = vmacctx; in hmac_free() local137 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() local191 struct hmac_data_st *macctx = vmacctx; in hmac_update() local226 struct hmac_data_st *macctx = vmacctx; in hmac_final() local257 struct hmac_data_st *macctx = vmacctx; in hmac_get_ctx_params() local308 struct hmac_data_st *macctx = vmacctx; in hmac_set_ctx_params() local
53 struct cmac_data_st *macctx; in cmac_new() local71 struct cmac_data_st *macctx = vmacctx; in cmac_free() local101 struct cmac_data_st *macctx = vmacctx; in cmac_size() local110 static int cmac_setkey(struct cmac_data_st *macctx, in cmac_setkey()123 struct cmac_data_st *macctx = vmacctx; in cmac_init() local136 struct cmac_data_st *macctx = vmacctx; in cmac_update() local144 struct cmac_data_st *macctx = vmacctx; in cmac_final() local195 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
56 EVP_MAC_CTX *macctx; /* H(x) = HMAC_hash OR H(x) = KMAC */ member