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

/freebsd-9.3-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 \
124 aes_wrap.o: ../../e_os.h ../../include/openssl/aes.h
125 aes_wrap.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
126 aes_wrap.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
127 aes_wrap.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
128 aes_wrap.o: ../../include/openssl/opensslconf.h
129 aes_wrap.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
130 aes_wrap.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
131 aes_wrap
[all...]
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Daes-wrap.c20 #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
H A Daes_wrap.h25 int __must_check aes_wrap(const u8 *kek, int n, const u8 *plain, u8 *cipher);
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dwpa_auth_ft.c20 #include "crypto/aes_wrap.h"
335 /* aes_wrap() does not support inplace encryption, so use a temporary
346 if (aes_wrap(r0kh->key, (FT_R0KH_R1KH_PULL_DATA_LEN + 7) / 8,
456 if (aes_wrap(sm->PTK.kek, key_len / 8, key, subelem + 13)) {
488 if (aes_wrap(sm->PTK.kek, WPA_IGTK_LEN / 8,
1418 /* aes_wrap() does not support inplace encryption, so use a temporary
1437 if (aes_wrap(r1kh->key, (FT_R0KH_R1KH_RESP_DATA_LEN + 7) / 8,
1725 /* aes_wrap() does not support inplace encryption, so use a temporary
1739 if (aes_wrap(r1kh->key, (FT_R0KH_R1KH_PUSH_DATA_LEN + 7) / 8,
H A Dwpa_auth.c21 #include "crypto/aes_wrap.h"
1154 if (aes_wrap(sm->PTK.kek, (key_data_len - 8) / 8, buf,
/freebsd-9.3-release/secure/lib/libcrypto/
H A DMakefile32 aes_misc.c aes_ofb.c aes_wrap.c
/freebsd-9.3-release/contrib/wpa/src/eap_server/
H A Deap_server_fast.c18 #include "crypto/aes_wrap.h"
738 if (aes_wrap(data->pac_opaque_encr, pac_len / 8, pac_buf,

Completed in 126 milliseconds