Searched refs:AES_Decrypt (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/sys/crypto/ |
| D | aes.h | 43 void AES_Decrypt(AES_CTX *, const uint8_t *, uint8_t *);
|
| D | key_wrap.c | 99 AES_Decrypt(&ctx->ctx, (caddr_t)B, (caddr_t)B); in aes_key_unwrap()
|
| D | xform.c | 398 AES_Decrypt((AES_CTX *)key, blk, blk); in aes_decrypt()
|
| D | aes.c | 763 AES_Decrypt(AES_CTX *ctx, const uint8_t *src, uint8_t *dst) in AES_Decrypt() function
|
| /openbsd/src/regress/sys/crypto/aes/ |
| D | aestest.c | 56 AES_Decrypt(&ctx, in, out); in docrypt()
|