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

  /external/openssh/
cipher-ctr.c 141 EVP_CIPH_ALWAYS_CALL_INIT | EVP_CIPH_CUSTOM_IV;
cipher-aes.c 157 EVP_CIPH_ALWAYS_CALL_INIT | EVP_CIPH_CUSTOM_IV;
  /external/boringssl/src/decrepit/xts/
xts.c 233 EVP_CIPH_XTS_MODE | EVP_CIPH_CUSTOM_IV | EVP_CIPH_ALWAYS_CALL_INIT |
  /external/boringssl/src/include/openssl/
cipher.h 361 // EVP_CIPH_CUSTOM_IV indicates that the cipher manages the IV itself rather
363 #define EVP_CIPH_CUSTOM_IV 0x100
  /external/boringssl/src/crypto/fipsmodule/cipher/
e_aes.c 593 out->flags = EVP_CIPH_GCM_MODE | EVP_CIPH_CUSTOM_IV |
661 out->flags = EVP_CIPH_GCM_MODE | EVP_CIPH_CUSTOM_IV |
729 out->flags = EVP_CIPH_GCM_MODE | EVP_CIPH_CUSTOM_IV |
    [all...]
cipher.c 186 if (!(EVP_CIPHER_CTX_flags(ctx) & EVP_CIPH_CUSTOM_IV)) {

Completed in 2095 milliseconds