Searched refs:aesni_cbc_sha1_enc (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha1_hw.c | 36 void aesni_cbc_sha1_enc(const void *inp, void *out, size_t blocks, 403 aesni_cbc_sha1_enc(in, out, blocks, &ctx->ks, ctx->base.iv, in aesni_cbc_hmac_sha1_cipher()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | e_aes_cbc_hmac_sha1.c | 59 void aesni_cbc_sha1_enc(const void *inp, void *out, size_t blocks, 442 aesni_cbc_sha1_enc(in, out, blocks, &key->ks, ctx->iv, in aesni_cbc_hmac_sha1_cipher()
|
/freebsd/sys/crypto/openssl/amd64/ |
H A D | aesni-sha1-x86_64.S | 5 .globl aesni_cbc_sha1_enc 6 .type aesni_cbc_sha1_enc,@function 8 aesni_cbc_sha1_enc: label 23 .size aesni_cbc_sha1_enc,.-aesni_cbc_sha1_enc
|