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

  /external/chromium_org/third_party/openssl/openssl/crypto/engine/
eng_cryptodev.c 371 unsigned char save_iv[EVP_MAX_IV_LENGTH]; local
395 memcpy(save_iv, iiv, ctx->cipher->iv_len);
411 iiv = save_iv;
    [all...]
  /external/openssl/crypto/engine/
eng_cryptodev.c 371 unsigned char save_iv[EVP_MAX_IV_LENGTH]; local
395 memcpy(save_iv, iiv, ctx->cipher->iv_len);
411 iiv = save_iv;
    [all...]

Completed in 214 milliseconds