Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/cipher/
De_null.c79 static const EVP_CIPHER n_cipher = { variable
85 const EVP_CIPHER *EVP_enc_null(void) { return &n_cipher; } in EVP_enc_null()