Searched refs:zero_iv (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/cmac/ |
H A D | cmac.c | 114 static const unsigned char zero_iv[EVP_MAX_BLOCK_LENGTH] = { 0 }; in CMAC_Init() local 121 if (!EVP_EncryptInit_ex(ctx->cctx, NULL, NULL, NULL, zero_iv)) in CMAC_Init() 144 if (!EVP_EncryptInit_ex(ctx->cctx, NULL, NULL, key, zero_iv)) in CMAC_Init() 148 if (EVP_Cipher(ctx->cctx, ctx->tbl, zero_iv, bl) <= 0) in CMAC_Init() 154 if (!EVP_EncryptInit_ex(ctx->cctx, NULL, NULL, NULL, zero_iv)) in CMAC_Init()
|
/third_party/openssl/crypto/cmac/ |
H A D | cmac.c | 114 static const unsigned char zero_iv[EVP_MAX_BLOCK_LENGTH] = { 0 }; in CMAC_Init() local 121 if (!EVP_EncryptInit_ex(ctx->cctx, NULL, NULL, NULL, zero_iv)) in CMAC_Init() 144 if (!EVP_EncryptInit_ex(ctx->cctx, NULL, NULL, key, zero_iv)) in CMAC_Init() 148 if (EVP_Cipher(ctx->cctx, ctx->tbl, zero_iv, bl) <= 0) in CMAC_Init() 154 if (!EVP_EncryptInit_ex(ctx->cctx, NULL, NULL, NULL, zero_iv)) in CMAC_Init()
|
Completed in 1 milliseconds