Searched defs:kek (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/bsd/wpa/bin/wpa_supplicant/ |
H A D | aes-xinternal.c | 7 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, u8 *plain) in aes_unwrap()
|
/netbsd-src/external/bsd/wpa/bin/hostapd/ |
H A D | aes-xinternal.c | 7 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, u8 *plain) in aes_wrap()
|
/netbsd-src/external/bsd/wpa/dist/src/crypto/ |
H A D | aes-unwrap.c | 26 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, in aes_unwrap()
|
H A D | aes-wrap.c | 26 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap()
|
/netbsd-src/external/bsd/elftosb/dist/sbtool/ |
H A D | EncoreBootImageReader.cpp | 166 bool EncoreBootImageReader::readKeyDictionary(const AESKey<128> & kek) in readKeyDictionary()
|
H A D | sbtool.cpp | 350 AESKey<128> kek(keyStream); in readBootImage() local
|
/netbsd-src/external/bsd/wpa/dist/src/pae/ |
H A D | ieee802_1x_key.c | 138 size_t ckn_bytes, u8 *kek, size_t kek_bytes) in ieee802_1x_kek_aes_cmac()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/cms/ |
H A D | cms_kari.c | 191 unsigned char kek[EVP_MAX_KEY_LENGTH]; in cms_kek_cipher() local
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cms/ |
H A D | cms_kari.c | 215 unsigned char kek[EVP_MAX_KEY_LENGTH]; in cms_kek_cipher() local
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | evp_extra_test.c | 962 unsigned char *kek = NULL; in test_EVP_Enveloped() local
|