Home
last modified time | relevance | path

Searched defs:kek (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/bsd/wpa/bin/wpa_supplicant/
H A Daes-xinternal.c7 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 Daes-xinternal.c7 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 Daes-unwrap.c26 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, in aes_unwrap()
H A Daes-wrap.c26 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 DEncoreBootImageReader.cpp166 bool EncoreBootImageReader::readKeyDictionary(const AESKey<128> & kek) in readKeyDictionary()
H A Dsbtool.cpp350 AESKey<128> kek(keyStream); in readBootImage() local
/netbsd-src/external/bsd/wpa/dist/src/pae/
H A Dieee802_1x_key.c138 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 Dcms_kari.c191 unsigned char kek[EVP_MAX_KEY_LENGTH]; in cms_kek_cipher() local
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cms/
H A Dcms_kari.c215 unsigned char kek[EVP_MAX_KEY_LENGTH]; in cms_kek_cipher() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Devp_extra_test.c962 unsigned char *kek = NULL; in test_EVP_Enveloped() local