Home | History | Annotate | Download | only in cipher

Lines Matching refs:vpaes_encrypt

147 void vpaes_encrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key);
165 void vpaes_encrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key) {
251 dat->block = (block128_f)vpaes_encrypt;
327 CRYPTO_gcm128_init(gcm_ctx, aes_key, (block128_f)vpaes_encrypt);