Searched defs:key_len (Results 1 – 10 of 10) sorted by relevance
/haiku/src/libs/compat/openbsd_wlan/crypto/ |
H A D | hmac.h | 25 u_int key_len; member 31 u_int key_len; member 37 u_int key_len; member
|
H A D | hmac.c | 33 HMAC_MD5_Init(HMAC_MD5_CTX *ctx, const u_int8_t *key, u_int key_len) in HMAC_MD5_Init() 87 HMAC_SHA1_Init(HMAC_SHA1_CTX *ctx, const u_int8_t *key, u_int key_len) in HMAC_SHA1_Init() 141 HMAC_SHA256_Init(HMAC_SHA256_CTX *ctx, const u_int8_t *key, u_int key_len) in HMAC_SHA256_Init()
|
H A D | aes.c | 334 aes_keysched_base(uint32_t *skey, const void *key, size_t key_len) in aes_keysched_base() 384 aes_ct_keysched(uint32_t *comp_skey, const void *key, size_t key_len) in aes_ct_keysched()
|
/haiku/src/system/libnetwork/netresolv/dst/ |
H A D | hmac_link.c | 270 int len, key_len; in dst_hmac_md5_key_to_file_format() local 338 int key_len, len; in dst_hmac_md5_key_from_file_format() local
|
H A D | dst_api.c | 768 const int key_len) /*!< size of key */ in dst_buffer_to_key()
|
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/ |
H A D | md5c.c | 333 const unsigned char* key, int key_len) in MD5Hmac() 402 const unsigned char* key, int key_len) in MD5HexHmac()
|
/haiku/src/libs/compat/openbsd_wlan/net80211/ |
H A D | ieee80211_crypto.c | 324 ieee80211_prf(const u_int8_t *key, size_t key_len, const u_int8_t *label, in ieee80211_prf() 353 ieee80211_kdf(const u_int8_t *key, size_t key_len, const u_int8_t *label, in ieee80211_kdf()
|
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/ |
H A D | SMTP.cpp | 79 const unsigned char* key, int key_len) in MD5Hmac() 143 const unsigned char* key, int key_len) in MD5HexHmac()
|
/haiku/src/system/libnetwork/netresolv/nameser/ |
H A D | ns_print.c | 1015 unsigned int i, hip_len, algorithm, key_len; in ns_sprintrrf() local
|
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/ |
H A D | index.c | 575 static int ntfs_ie_lookup(const void *key, const int key_len, in ntfs_ie_lookup() 769 int ntfs_index_lookup(const void *key, const int key_len, ntfs_index_context *icx) in ntfs_index_lookup()
|