Searched refs:zero_iv (Results 1 – 1 of 1) sorted by relevance
/openssl/crypto/cmac/ |
H A D | cmac.c | 115 static const unsigned char zero_iv[EVP_MAX_BLOCK_LENGTH] = { 0 }; in ossl_cmac_init() local 123 if (!EVP_EncryptInit_ex2(ctx->cctx, NULL, NULL, zero_iv, param)) in ossl_cmac_init() 154 if (!EVP_EncryptInit_ex2(ctx->cctx, NULL, key, zero_iv, param)) in ossl_cmac_init() 158 if (EVP_Cipher(ctx->cctx, ctx->tbl, zero_iv, bl) <= 0) in ossl_cmac_init() 164 if (!EVP_EncryptInit_ex2(ctx->cctx, NULL, NULL, zero_iv, param)) in ossl_cmac_init()
|
Completed in 6 milliseconds