Searched refs:s390x_aes_ccm (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_ccm_hw_s390x.inc | 252 static const PROV_CCM_HW s390x_aes_ccm = { 266 return &s390x_aes_ccm;
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | e_aes.c | 1778 static int s390x_aes_ccm(S390X_AES_CCM_CTX *ctx, const unsigned char *in, in s390x_aes_ccm() function 1903 if (s390x_aes_ccm(cctx, in, out, len, enc)) in s390x_aes_ccm_tls_cipher() 1909 if (!s390x_aes_ccm(cctx, in, out, len, enc)) { in s390x_aes_ccm_tls_cipher() 2023 if (s390x_aes_ccm(cctx, in, out, len, enc)) in s390x_aes_ccm_cipher() 2031 if (!s390x_aes_ccm(cctx, in, out, len, enc)) { in s390x_aes_ccm_cipher()
|