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

  /external/boringssl/src/include/openssl/
cipher.h 207 * used. It returns one on success and zero otherwise, unless |EVP_CIPHER_flags|
304 * default key length and |EVP_CIPHER_flags| will return a value with
312 /* EVP_CIPHER_flags returns a value which is the OR of zero or more
314 OPENSSL_EXPORT uint32_t EVP_CIPHER_flags(const EVP_CIPHER *cipher);
343 /* Cipher flags (for |EVP_CIPHER_flags|). */
  /external/boringssl/src/crypto/cipher/
cipher.c 598 uint32_t EVP_CIPHER_flags(const EVP_CIPHER *cipher) {

Completed in 122 milliseconds