Searched refs:CMAC_CTX_new (Results 1 – 8 of 8) sorted by relevance
5 CMAC_CTX, CMAC_CTX_new, CMAC_CTX_cleanup, CMAC_CTX_free,20 CMAC_CTX *CMAC_CTX_new(void);57 CMAC_CTX_new() creates a new B<CMAC_CTX> structure and returns a pointer to it.90 CMAC_CTX_new() returns a pointer to a new B<CMAC_CTX> structure or NULL if
145 ctx = CMAC_CTX_new(); in test_cmac_bad()178 ctx = CMAC_CTX_new(); in test_cmac_run()307 ctx = CMAC_CTX_new(); in test_cmac_copy()308 ctx2 = CMAC_CTX_new(); in test_cmac_copy()
32 OSSL_DEPRECATEDIN_3_0 CMAC_CTX *CMAC_CTX_new(void);
64 || (macctx->ctx = CMAC_CTX_new()) == NULL) { in cmac_new()
54 CMAC_CTX *CMAC_CTX_new(void) in CMAC_CTX_new() function
322 CMAC_CTX_new(3)
140 CMAC_CTX_new 143 3_0_0 EXIST::FUNCTION:CMAC,DEPRECATEDIN_3_0
1289 CMAC_CTX_new(), CMAC_CTX_cleanup(), CMAC_CTX_copy(), CMAC_CTX_free(),
Completed in 33 milliseconds