Home
last modified time | relevance | path

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

/openssl/crypto/evp/
H A De_null.c18 static int null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
25 null_cipher,
45 static int null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in null_cipher() function
/openssl/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
184 { OSSL_FUNC_CIPHER_UPDATE, (void (*)(void))null_cipher },
186 { OSSL_FUNC_CIPHER_CIPHER, (void (*)(void))null_cipher },

Completed in 5 milliseconds