Home
last modified time | relevance | path

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

/freebsd/sys/crypto/openssl/
H A Dossl.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;
H A Dossl_aes.c53 struct ossl_cipher ossl_cipher_aes_cbc = {
64 struct ossl_cipher ossl_cipher_aes_gcm = {
86 struct ossl_cipher *cipher; in ossl_aes_cbc()
H A Dossl_cipher.h46 struct ossl_cipher { struct
H A Dossl.c49 #include <crypto/openssl/ossl_cipher.h>
131 static struct ossl_cipher*
252 struct ossl_cipher *cipher; in ossl_newsession_cipher()
H A Dossl_chacha20.c45 struct ossl_cipher ossl_cipher_chacha20 = {