Searched defs:EVP_CIPHER_CTX_set_key_length (Results 1 - 2 of 2) sorted by relevance

/external/boringssl/src/crypto/cipher/
H A Dcipher.c569 int EVP_CIPHER_CTX_set_key_length(EVP_CIPHER_CTX *c, unsigned key_len) { function
575 OPENSSL_PUT_ERROR(CIPHER, EVP_CIPHER_CTX_set_key_length,
/external/conscrypt/src/main/java/org/conscrypt/
H A DNativeCrypto.java312 public static native void EVP_CIPHER_CTX_set_key_length(NativeRef.EVP_CIPHER_CTX ctx, method in class:NativeCrypto

Completed in 117 milliseconds