Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20.c31 #define chacha20_update ossl_cipher_generic_stream_update
H A Dcipher_rc4_hmac_md5.c44 #define rc4_hmac_md5_update ossl_cipher_generic_stream_update
H A Dcipher_aes_cbc_hmac_sha.c45 # define aes_update ossl_cipher_generic_stream_update
H A Dciphercommon.c467 int ossl_cipher_generic_stream_update(void *vctx, unsigned char *out, in ossl_cipher_generic_stream_update() function
/freebsd/crypto/openssl/providers/implementations/include/prov/
H A Dciphercommon.h109 OSSL_FUNC_cipher_update_fn ossl_cipher_generic_stream_update;
108 OSSL_FUNC_cipher_update_fn ossl_cipher_generic_stream_update; global() variable