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

/freebsd-11.0-release/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.c13 #include "crypto/aes_wrap.h"
612 if (aes_wrap(kek41, sizeof(kek41), sizeof(plain41) / 8, plain41,
633 if (aes_wrap(kek42, sizeof(kek42), sizeof(plain42) / 8, plain42,
654 if (aes_wrap(kek43, sizeof(kek43), sizeof(plain43) / 8, plain43,
675 if (aes_wrap(kek44, sizeof(kek44), sizeof(plain44) / 8, plain44,
696 if (aes_wrap(kek45, sizeof(kek45), sizeof(plain45) / 8, plain45,
716 if (aes_wrap(kek46, sizeof(kek46), sizeof(plain46) / 8, plain46,
H A Dcrypto_openssl.c309 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) function
/freebsd-11.0-release/crypto/openssl/crypto/aes/
H A DMakefile27 aes_ctr.c aes_ige.c aes_wrap.c
28 LIBOBJ=aes_misc.o aes_ecb.o aes_cfb.o aes_ofb.o aes_ctr.o aes_ige.o aes_wrap.o \
164 aes_wrap.o: ../../e_os.h ../../include/openssl/aes.h
165 aes_wrap.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
166 aes_wrap.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
167 aes_wrap.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
168 aes_wrap.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h
169 aes_wrap.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
170 aes_wrap.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
171 aes_wrap
[all...]
/freebsd-11.0-release/contrib/wpa/src/ap/
H A Dwpa_auth_ft.c16 #include "crypto/aes_wrap.h"
334 /* aes_wrap() does not support inplace encryption, so use a temporary
348 if (aes_wrap(r0kh->key, sizeof(r0kh->key),
459 if (aes_wrap(sm->PTK.kek, sm->PTK.kek_len, key_len / 8, key,
492 if (aes_wrap(sm->PTK.kek, sm->PTK.kek_len, WPA_IGTK_LEN / 8,
1375 /* aes_wrap() does not support inplace encryption, so use a temporary
1395 if (aes_wrap(r1kh->key, sizeof(r1kh->key),
1745 /* aes_wrap() does not support inplace encryption, so use a temporary
1764 if (aes_wrap(r1kh->key, sizeof(r1kh->key),
H A Dwpa_auth.c16 #include "crypto/aes_wrap.h"
1531 if (aes_wrap(sm->PTK.kek, sm->PTK.kek_len,
/freebsd-11.0-release/secure/lib/libcrypto/
H A DMakefile35 SRCS+= aes_cfb.c aes_ctr.c aes_ecb.c aes_ige.c aes_misc.c aes_ofb.c aes_wrap.c
/freebsd-11.0-release/contrib/wpa/src/eap_server/
H A Deap_server_fast.c12 #include "crypto/aes_wrap.h"
733 if (aes_wrap(data->pac_opaque_encr, sizeof(data->pac_opaque_encr),
/freebsd-11.0-release/contrib/wpa/src/pae/
H A Dieee802_1x_kay.c18 #include "crypto/aes_wrap.h"
1459 if (aes_wrap(participant->kek.key, 16,

Completed in 121 milliseconds