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

  /external/chromium_org/third_party/boringssl/src/include/openssl/
cipher.h 353 /* EVP_CIPH_CUSTOM_COPY indicates that the |ctrl| callback should be called
356 #define EVP_CIPH_CUSTOM_COPY 0x1000
  /external/chromium_org/third_party/boringssl/src/crypto/cipher/
cipher.c 143 if (in->cipher->flags & EVP_CIPH_CUSTOM_COPY) {
e_aes.c 799 EVP_CIPH_ALWAYS_CALL_INIT | EVP_CIPH_CTRL_INIT | EVP_CIPH_CUSTOM_COPY |
    [all...]
  /external/openssl/crypto/evp/
evp_enc.c 684 if (in->cipher->flags & EVP_CIPH_CUSTOM_COPY)
e_aes.c 1138 | EVP_CIPH_CUSTOM_COPY)
    [all...]
evp.h 351 #define EVP_CIPH_CUSTOM_COPY 0x400
    [all...]
  /external/openssl/include/openssl/
evp.h 351 #define EVP_CIPH_CUSTOM_COPY 0x400
    [all...]

Completed in 39 milliseconds