Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/crypto/openssl/
HDossl.h71 struct ossl_cipher *cipher;
86 extern struct ossl_cipher ossl_cipher_aes_cbc;
87 extern struct ossl_cipher ossl_cipher_aes_gcm;
88 extern struct ossl_cipher ossl_cipher_chacha20;
HDossl_aes.c50 struct ossl_cipher ossl_cipher_aes_cbc = {
61 struct ossl_cipher ossl_cipher_aes_gcm = {
83 struct ossl_cipher *cipher; in ossl_aes_cbc()
HDossl_cipher.h46 struct ossl_cipher { struct
HDossl.c132 static struct ossl_cipher*
253 struct ossl_cipher *cipher; in ossl_newsession_cipher()
HDossl_chacha20.c45 struct ossl_cipher ossl_cipher_chacha20 = {