Home
last modified time | relevance | path

Searched defs:null_cipher (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/crypto/evp/
De_null.c45 static int null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in null_cipher() function
/third_party/openssl/providers/implementations/ciphers/
Dcipher_null.c64 static OSSL_FUNC_cipher_cipher_fn null_cipher; variable
65 static int null_cipher(void *vctx, unsigned char *out, size_t *outl, in null_cipher() function