Home
last modified time | relevance | path

Searched refs:EVP_enc_null (Results 1 – 5 of 5) sorted by relevance

/external/boringssl/src/crypto/cipher/
De_null.c86 const EVP_CIPHER *EVP_enc_null(void) { return &n_cipher; } in EVP_enc_null() function
De_ssl3.c336 return aead_ssl3_init(ctx, key, key_len, tag_len, dir, EVP_enc_null(), in aead_null_sha1_ssl3_init()
De_tls.c432 return aead_tls_init(ctx, key, key_len, tag_len, dir, EVP_enc_null(), in aead_null_sha1_tls_init()
/external/boringssl/src/include/openssl/
Dcipher.h96 OPENSSL_EXPORT const EVP_CIPHER *EVP_enc_null(void);
/external/openssh/
Dcipher.c87 { "none", SSH_CIPHER_NONE, 8, 0, 0, 0, 0, 0, EVP_enc_null },