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

  /external/boringssl/src/include/openssl/
cipher.h 208 // used. It returns one on success and zero otherwise, unless |EVP_CIPHER_flags|
310 // default key length and |EVP_CIPHER_flags| will return a value with
318 // EVP_CIPHER_flags returns a value which is the OR of zero or more
320 OPENSSL_EXPORT uint32_t EVP_CIPHER_flags(const EVP_CIPHER *cipher);
350 // Cipher flags (for |EVP_CIPHER_flags|).
  /external/boringssl/src/crypto/fipsmodule/cipher/
cipher.c 589 uint32_t EVP_CIPHER_flags(const EVP_CIPHER *cipher) {