Searched refs:aes_decrypt (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/bsd/wpa/dist/src/crypto/ |
| H A D | aes.h | 18 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
|
| H A D | aes-unwrap.c | 61 aes_decrypt(ctx, b, b); in aes_unwrap()
|
| H A D | aes-cbc.c | 78 aes_decrypt(ctx, pos, pos); in aes_128_cbc_decrypt()
|
| H A D | aes-internal-dec.c | 151 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
|
| H A D | crypto_internal-cipher.c | 186 aes_decrypt(ctx->u.aes.ctx_dec, crypt, plain); in crypto_cipher_decrypt()
|
| /netbsd-src/sys/opencrypto/ |
| H A D | cryptosoft_xform.c | 114 static void aes_decrypt(void *, u_int8_t *); 211 aes_decrypt, 618 aes_decrypt(void *key, u_int8_t *blk) in aes_decrypt() function
|