Home
last modified time | relevance | path

Searched refs:ossl_session_cipher (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/crypto/openssl/
H A Dossl_cipher.h34 struct ossl_session_cipher;
39 typedef int (ossl_cipher_process_t)(struct ossl_session_cipher*, struct cryptop*,
H A Dossl.h68 struct ossl_session_cipher { struct
75 struct ossl_session_cipher cipher; argument
H A Dossl_aes.c76 ossl_aes_cbc(struct ossl_session_cipher *s, struct cryptop *crp, in ossl_aes_cbc()
173 ossl_aes_gcm(struct ossl_session_cipher *s, struct cryptop *crp, in ossl_aes_gcm()
H A Dossl_chacha20.c56 ossl_chacha20(struct ossl_session_cipher *s, struct cryptop *crp, in ossl_chacha20()