Searched refs:aes_wrap (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/crypto/
H A Daes-wrap.c14 #include "aes_wrap.h"
17 * aes_wrap - Wrap keys with AES Key Wrap Algorithm (RFC3394)
26 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) function
H A Daes_wrap.h21 int __must_check aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain,
H A Dcrypto_module_tests.c14 #include "crypto/aes_wrap.h"
617 if (aes_wrap(kek41, sizeof(kek41), sizeof(plain41) / 8, plain41,
638 if (aes_wrap(kek42, sizeof(kek42), sizeof(plain42) / 8, plain42,
659 if (aes_wrap(kek43, sizeof(kek43), sizeof(plain43) / 8, plain43,
680 if (aes_wrap(kek44, sizeof(kek44), sizeof(plain44) / 8, plain44,
701 if (aes_wrap(kek45, sizeof(kek45), sizeof(plain45) / 8, plain45,
721 if (aes_wrap(kek46, sizeof(kek46), sizeof(plain46) / 8, plain46,
H A Dcrypto_wolfssl.c412 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) function
H A Dcrypto_openssl.c35 #include "aes_wrap.h"
431 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) function
/freebsd-13-stable/contrib/wpa/src/eap_server/
H A Deap_server_fast.c12 #include "crypto/aes_wrap.h"
738 if (aes_wrap(data->pac_opaque_encr, sizeof(data->pac_opaque_encr),
H A Deap_server_teap.c12 #include "crypto/aes_wrap.h"
711 if (aes_wrap(data->pac_opaque_encr, sizeof(data->pac_opaque_encr),
/freebsd-13-stable/secure/lib/libcrypto/
H A DMakefile36 SRCS+= aes_cbc.c aes_cfb.c aes_ecb.c aes_ige.c aes_misc.c aes_ofb.c aes_wrap.c
/freebsd-13-stable/contrib/wpa/src/ap/
H A Dwpa_auth_ft.c20 #include "crypto/aes_wrap.h"
2221 if (aes_wrap(kek, kek_len, key_len / 8, key, subelem + 13)) {
2270 if (aes_wrap(kek, kek_len, igtk_len / 8,
H A Dwpa_auth.c18 #include "crypto/aes_wrap.h"
1580 if (aes_wrap(sm->PTK.kek, sm->PTK.kek_len,
/freebsd-13-stable/contrib/wpa/src/pae/
H A Dieee802_1x_kay.c18 #include "crypto/aes_wrap.h"
1611 if (aes_wrap(participant->kek.key, participant->kek.len,

Completed in 183 milliseconds