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

  /external/boringssl/src/decrepit/xts/
xts.c 253 EVP_CIPH_XTS_MODE | EVP_CIPH_CUSTOM_IV | EVP_CIPH_ALWAYS_CALL_INIT |
  /external/boringssl/src/crypto/fipsmodule/cipher/
e_aes.c 682 EVP_CIPH_FLAG_CUSTOM_CIPHER | EVP_CIPH_ALWAYS_CALL_INIT |
737 EVP_CIPH_FLAG_CUSTOM_CIPHER | EVP_CIPH_ALWAYS_CALL_INIT |
805 EVP_CIPH_FLAG_CUSTOM_CIPHER | EVP_CIPH_ALWAYS_CALL_INIT |
966 EVP_CIPH_FLAG_CUSTOM_CIPHER | EVP_CIPH_ALWAYS_CALL_INIT |
1021 EVP_CIPH_FLAG_CUSTOM_CIPHER | EVP_CIPH_ALWAYS_CALL_INIT |
1089 EVP_CIPH_FLAG_CUSTOM_CIPHER | EVP_CIPH_ALWAYS_CALL_INIT |
    [all...]
cipher.c 218 if (key || (ctx->cipher->flags & EVP_CIPH_ALWAYS_CALL_INIT)) {
  /external/boringssl/src/include/openssl/
cipher.h 352 // EVP_CIPH_ALWAYS_CALL_INIT indicates that the |init| function for the cipher
355 #define EVP_CIPH_ALWAYS_CALL_INIT 0x80

Completed in 203 milliseconds