Searched defs:zero_iv (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/cmac/
H A Dcmac.c155 static unsigned char zero_iv[EVP_MAX_BLOCK_LENGTH]; local
180 if (!EVP_EncryptInit_ex(&ctx->cctx, NULL, NULL, NULL, zero_iv))
197 if (!EVP_EncryptInit_ex(&ctx->cctx, NULL, NULL, key, zero_iv))
200 if (!EVP_Cipher(&ctx->cctx, ctx->tbl, zero_iv, bl))
206 if (!EVP_EncryptInit_ex(&ctx->cctx, NULL, NULL, NULL, zero_iv))

Completed in 387 milliseconds