Searched refs:CMAC_CTX_new (Results 1 – 11 of 11) sorted by relevance
82 ctx = CMAC_CTX_new(); in test_cmac_bad()114 ctx = CMAC_CTX_new(); in test_cmac_run()176 ctx = CMAC_CTX_new(); in test_cmac_copy()177 ctx2 = CMAC_CTX_new(); in test_cmac_copy()
24 CMAC_CTX *CMAC_CTX_new(void);
32 OSSL_DEPRECATEDIN_3_0 CMAC_CTX *CMAC_CTX_new(void);
59 || (macctx->ctx = CMAC_CTX_new()) == NULL) { in cmac_new()
52 CMAC_CTX *CMAC_CTX_new(void) in CMAC_CTX_new() function
295 CMAC_CTX_new(3)
322 CMAC_CTX_new(3)
140 CMAC_CTX_new 143 3_0_0 EXIST::FUNCTION:CMAC,DEPRECATEDIN_3_0
1219 ctx = CMAC_CTX_new(); in omac1_aes_vector()
1292 ctx = CMAC_CTX_new(); in omac1_aes_vector()
1233 CMAC_CTX_new(), CMAC_CTX_cleanup(), CMAC_CTX_copy(), CMAC_CTX_free(),