Home | History | Annotate | Download | only in arm

Lines Matching refs:enc

56 aes_neon_setenckey_impl(struct aesenc *enc, const uint8_t *key,
61 aes_neon_setenckey(enc, key, nrounds);
76 aes_neon_enc_impl(const struct aesenc *enc, const uint8_t in[static 16],
81 aes_neon_enc(enc, in, out, nrounds);
96 aes_neon_cbc_enc_impl(const struct aesenc *enc, const uint8_t in[static 16],
104 aes_neon_cbc_enc(enc, in, out, nbytes, iv, nrounds);
122 aes_neon_xts_enc_impl(const struct aesenc *enc, const uint8_t in[static 16],
130 aes_neon_xts_enc(enc, in, out, nbytes, iv, nrounds);
148 aes_neon_cbcmac_update1_impl(const struct aesenc *enc,
154 aes_neon_cbcmac_update1(enc, in, nbytes, auth, nrounds);
159 aes_neon_ccm_enc1_impl(const struct aesenc *enc, const uint8_t in[static 16],
165 aes_neon_ccm_enc1(enc, in, out, nbytes, authctr, nrounds);
170 aes_neon_ccm_dec1_impl(const struct aesenc *enc, const uint8_t in[static 16],
176 aes_neon_ccm_dec1(enc, in, out, nbytes, authctr, nrounds);