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 208 // used. It returns one on success and zero otherwise, unless |EVP_CIPHER_flags|
306 // default key length and |EVP_CIPHER_flags| will return a value with
314 // EVP_CIPHER_flags returns a value which is the OR of zero or more
316 OPENSSL_EXPORT uint32_t EVP_CIPHER_flags(const EVP_CIPHER *cipher);
346 // Cipher flags (for |EVP_CIPHER_flags|).
  /external/boringssl/src/crypto/fipsmodule/cipher/
cipher.c 585 uint32_t EVP_CIPHER_flags(const EVP_CIPHER *cipher) {

Completed in 80 milliseconds