Home
last modified time | relevance | path

Searched refs:CMAC_CTX_new (Results 1 – 8 of 8) sorted by relevance

/openssl/doc/man3/
H A DCMAC_CTX.pod5 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
/openssl/test/
H A Dcmactest.c145 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()
/openssl/include/openssl/
H A Dcmac.h32 OSSL_DEPRECATEDIN_3_0 CMAC_CTX *CMAC_CTX_new(void);
/openssl/providers/implementations/macs/
H A Dcmac_prov.c64 || (macctx->ctx = CMAC_CTX_new()) == NULL) { in cmac_new()
/openssl/crypto/cmac/
H A Dcmac.c54 CMAC_CTX *CMAC_CTX_new(void) in CMAC_CTX_new() function
/openssl/util/
H A Dmissingcrypto111.txt322 CMAC_CTX_new(3)
H A Dlibcrypto.num140 CMAC_CTX_new 143 3_0_0 EXIST::FUNCTION:CMAC,DEPRECATEDIN_3_0
/openssl/doc/man7/
H A Dossl-guide-migration.pod1289 CMAC_CTX_new(), CMAC_CTX_cleanup(), CMAC_CTX_copy(), CMAC_CTX_free(),

Completed in 74 milliseconds