Searched refs:CMAC_Init (Results 1 – 8 of 8) sorted by relevance
/openssl/test/ |
H A D | cmactest.c | 147 || !TEST_false(CMAC_Init(ctx, NULL, 0, NULL, NULL)) in test_cmac_bad() 197 if (!TEST_true(CMAC_Init(ctx, test[0].key, test[0].key_len, in test_cmac_run() 207 if (!TEST_true(CMAC_Init(ctx, test[1].key, test[1].key_len, in test_cmac_run() 225 if (!TEST_true(CMAC_Init(ctx, NULL, 0, NULL, NULL)) in test_cmac_run() 234 if (!TEST_true(CMAC_Init(ctx, NULL, 0, EVP_aes_256_cbc(), NULL)) in test_cmac_run() 244 if (!TEST_true(CMAC_Init(ctx, test[3].key, test[3].key_len, in test_cmac_run() 253 if (!TEST_true(CMAC_Init(ctx, test[4].key, test[4].key_len, in test_cmac_run() 262 if (!TEST_true(CMAC_Init(ctx, test[5].key, test[5].key_len, in test_cmac_run() 272 if (!TEST_true(CMAC_Init(ctx, test[6].key, test[6].key_len, in test_cmac_run() 283 if (!TEST_true(CMAC_Init(ctx, test[7].key, test[7].key_len, in test_cmac_run() [all …]
|
/openssl/doc/man3/ |
H A D | CMAC_CTX.pod | 6 CMAC_CTX_get0_cipher_ctx, CMAC_CTX_copy, CMAC_Init, CMAC_Update, CMAC_Final, 25 int CMAC_Init(CMAC_CTX *ctx, const void *key, size_t keylen, 70 CMAC_Init() initializes the B<CMAC_CTX> structure for a new CMAC calculation 96 CMAC_CTX_copy(), CMAC_Init(), CMAC_Update(), CMAC_Final() and CMAC_resume()
|
/openssl/include/openssl/ |
H A D | cmac.h | 37 OSSL_DEPRECATEDIN_3_0 int CMAC_Init(CMAC_CTX *ctx,
|
/openssl/providers/implementations/macs/ |
H A D | cmac_prov.c | 180 return CMAC_Init(macctx->ctx, NULL, 0, NULL, NULL); in cmac_init()
|
/openssl/crypto/cmac/ |
H A D | cmac.c | 173 int CMAC_Init(CMAC_CTX *ctx, const void *key, size_t keylen, in CMAC_Init() function
|
/openssl/util/ |
H A D | missingcrypto111.txt | 324 CMAC_Init(3)
|
H A D | libcrypto.num | 3084 CMAC_Init 3151 3_0_0 EXIST::FUNCTION:CMAC,DEPRECATEDIN_3_0
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 1123 Low-level mac functions such as L<CMAC_Init(3)> are deprecated. 1296 CMAC_Init(), CMAC_Update(), CMAC_Final(), CMAC_resume()
|
Completed in 166 milliseconds