Searched refs:aes_ctr_encrypt (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/wpa/src/crypto/ |
| H A D | aes-ctr.c | 25 int aes_ctr_encrypt(const u8 *key, size_t key_len, const u8 *nonce, in aes_ctr_encrypt() function 70 return aes_ctr_encrypt(key, 16, nonce, data, data_len); in aes_128_ctr_encrypt()
|
| H A D | aes-siv.c | 158 return aes_ctr_encrypt(k2, key_len, v, crypt_pw, pwlen); in aes_siv_encrypt() 197 ret = aes_ctr_encrypt(k2, key_len, iv, out, crypt_len); in aes_siv_decrypt()
|
| H A D | aes_wrap.h | 36 int __must_check aes_ctr_encrypt(const u8 *key, size_t key_len, const u8 *nonce,
|
| H A D | crypto_module_tests.c | 849 if (aes_ctr_encrypt(key128, sizeof(key128), counter128, tmp, len) < 0) { in test_aes_ctr() 865 if (aes_ctr_encrypt(key192, sizeof(key192), counter192, tmp, len) < 0) { in test_aes_ctr() 881 if (aes_ctr_encrypt(key256, sizeof(key256), counter256, tmp, len) < 0) { in test_aes_ctr()
|
| /src/crypto/krb5/src/lib/crypto/builtin/aes/ |
| H A D | aes.h | 224 #define aes_ctr_encrypt aes_ctr_crypt macro
|
| H A D | aes.txt | 567 aes_ctr_encrypt(const unsigned char *ibuf, unsigned char *obuf,
|