OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aes_wrap
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/crypto/
aes-wrap.c
20
#include "
aes_wrap
.h"
23
*
aes_wrap
- Wrap keys with AES Key Wrap Algorithm (128-bit KEK) (RFC3394)
31
int
aes_wrap
(const u8 *kek, int n, const u8 *plain, u8 *cipher)
function
/external/wpa_supplicant/
aes_wrap.c
25
#include "
aes_wrap
.h"
36
*
aes_wrap
- Wrap keys with AES Key Wrap Algorithm (128-bit KEK) (RFC3394)
44
int
aes_wrap
(const u8 *kek, int n, const u8 *plain, u8 *cipher)
function
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
aes_wrap.c
25
#include "
aes_wrap
.h"
31
*
aes_wrap
- Wrap keys with AES Key Wrap Algorithm (128-bit KEK) (RFC3394)
39
int
aes_wrap
(const u8 *kek, int n, const u8 *plain, u8 *cipher)
function
Completed in 33 milliseconds