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

  /external/chromium_org/third_party/boringssl/src/include/openssl/
cipher.h 331 /* EVP_CIPH_ALWAYS_CALL_INIT indicates that the |init| function for the cipher
334 #define EVP_CIPH_ALWAYS_CALL_INIT 0x80
  /external/chromium_org/third_party/boringssl/src/crypto/cipher/
e_aes.c 623 EVP_CIPH_ALWAYS_CALL_INIT | EVP_CIPH_CTRL_INIT |
651 EVP_CIPH_ALWAYS_CALL_INIT | EVP_CIPH_CTRL_INIT |
771 EVP_CIPH_ALWAYS_CALL_INIT | EVP_CIPH_CTRL_INIT |
799 EVP_CIPH_ALWAYS_CALL_INIT | EVP_CIPH_CTRL_INIT | EVP_CIPH_CUSTOM_COPY |
    [all...]
cipher.c 233 if (key || (ctx->cipher->flags & EVP_CIPH_ALWAYS_CALL_INIT)) {
  /external/openssl/crypto/evp/
evp_enc.c 253 if(key || (ctx->cipher->flags & EVP_CIPH_ALWAYS_CALL_INIT)) {
e_aes.c 1137 | EVP_CIPH_ALWAYS_CALL_INIT | EVP_CIPH_CTRL_INIT \
    [all...]
evp.h 341 #define EVP_CIPH_ALWAYS_CALL_INIT 0x20
    [all...]
  /external/openssl/include/openssl/
evp.h 341 #define EVP_CIPH_ALWAYS_CALL_INIT 0x20
    [all...]

Completed in 150 milliseconds