HomeSort by relevance Sort by last modified time
    Searched full:zero_iv (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/cmac/
cmac.c 155 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))
  /external/openssl/crypto/cmac/
cmac.c 155 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 1012 milliseconds