Searched defs:AES_encrypt (Results 1 – 2 of 2) sorted by relevance
680 void AES_encrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key) { in AES_encrypt() function1069 void AES_encrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key) { in AES_encrypt() function
363 void AES_encrypt(const AES_CTX *ctx, uint32_t *data) in AES_encrypt() function