Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/
H A De_null.c45 static int null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in null_cipher() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A De_null.c44 static int null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in null_cipher() function
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A 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