/freebsd-src/contrib/wpa/src/crypto/ |
H A D | crypto_gnutls.c | 101 static int gnutls_hmac_vector(int algo, const u8 *key, size_t key_len, in gnutls_hmac_vector() argument 128 int hmac_md5_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_md5_vector() argument 136 int hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_md5() argument 143 int hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha1_vector() argument 151 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1() argument 160 hmac_sha256_vector(const u8 * key,size_t key_len,size_t num_elem,const u8 * addr[],const size_t * len,u8 * mac) hmac_sha256_vector() argument 168 hmac_sha256(const u8 * key,size_t key_len,const u8 * data,size_t data_len,u8 * mac) hmac_sha256() argument 179 hmac_sha384_vector(const u8 * key,size_t key_len,size_t num_elem,const u8 * addr[],const size_t * len,u8 * mac) hmac_sha384_vector() argument 187 hmac_sha384(const u8 * key,size_t key_len,const u8 * data,size_t data_len,u8 * mac) hmac_sha384() argument 198 hmac_sha512_vector(const u8 * key,size_t key_len,size_t num_elem,const u8 * addr[],const size_t * len,u8 * mac) hmac_sha512_vector() argument 206 hmac_sha512(const u8 * key,size_t key_len,const u8 * data,size_t data_len,u8 * mac) hmac_sha512() argument 404 crypto_cipher_init(enum crypto_cipher_alg alg,const u8 * iv,const u8 * key,size_t key_len) crypto_cipher_init() argument [all...] |
H A D | crypto_nettle.c | 108 int hmac_md5_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_md5_vector() argument 126 int hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_md5() argument 133 int hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha1_vector() argument 151 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1() argument 160 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha256_vector() argument 178 hmac_sha256(const u8 * key,size_t key_len,const u8 * data,size_t data_len,u8 * mac) hmac_sha256() argument 189 hmac_sha384_vector(const u8 * key,size_t key_len,size_t num_elem,const u8 * addr[],const size_t * len,u8 * mac) hmac_sha384_vector() argument 207 hmac_sha384(const u8 * key,size_t key_len,const u8 * data,size_t data_len,u8 * mac) hmac_sha384() argument 218 hmac_sha512_vector(const u8 * key,size_t key_len,size_t num_elem,const u8 * addr[],const size_t * len,u8 * mac) hmac_sha512_vector() argument 236 hmac_sha512(const u8 * key,size_t key_len,const u8 * data,size_t data_len,u8 * mac) hmac_sha512() argument 413 crypto_cipher_init(enum crypto_cipher_alg alg,const u8 * iv,const u8 * key,size_t key_len) crypto_cipher_init() argument [all...] |
H A D | crypto_linux.c | 58 size_t key_len, size_t num_elem, in linux_af_alg_hash_vector() argument 171 int hmac_md5_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_md5_vector() argument 179 int hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_md5() argument 186 int hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha1_vector() argument 194 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1() argument 201 hmac_sha256_vector(const u8 * key,size_t key_len,size_t num_elem,const u8 * addr[],const size_t * len,u8 * mac) hmac_sha256_vector() argument 209 hmac_sha256(const u8 * key,size_t key_len,const u8 * data,size_t data_len,u8 * mac) hmac_sha256() argument 216 hmac_sha384_vector(const u8 * key,size_t key_len,size_t num_elem,const u8 * addr[],const size_t * len,u8 * mac) hmac_sha384_vector() argument 224 hmac_sha384(const u8 * key,size_t key_len,const u8 * data,size_t data_len,u8 * mac) hmac_sha384() argument 240 crypto_hash_init(enum crypto_hash_alg alg,const u8 * key,size_t key_len) crypto_hash_init() argument 415 linux_af_alg_skcipher(const char * alg,const u8 * key,size_t key_len) linux_af_alg_skcipher() argument 757 omac1_aes_vector(const u8 * key,size_t key_len,size_t num_elem,const u8 * addr[],const size_t * len,u8 * mac) omac1_aes_vector() argument 860 crypto_cipher_init(enum crypto_cipher_alg alg,const u8 * iv,const u8 * key,size_t key_len) crypto_cipher_init() argument [all...] |
H A D | sha256.c | 26 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha256_vector() argument 100 hmac_sha256(const u8 * key,size_t key_len,const u8 * data,size_t data_len,u8 * mac) hmac_sha256() argument [all...] |
H A D | sha512.c | 26 int hmac_sha512_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha512_vector() argument 100 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, in hmac_sha512() argument [all...] |
H A D | sha384.c | 26 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha384_vector() argument 100 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() argument [all...] |
H A D | md5.c | 26 int hmac_md5_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_md5_vector() 105 int hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_md5()
|
H A D | sha1.c | 26 int hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha1_vector() 104 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1()
|
H A D | sha512-prf.c | 30 int sha512_prf(const u8 *key, size_t key_len, const char *label, in sha512_prf() 54 int sha512_prf_bits(const u8 *key, size_t key_len, const char *label, in sha512_prf_bits()
|
H A D | sha384-prf.c | 30 int sha384_prf(const u8 *key, size_t key_len, const char *label, in sha384_prf() 54 int sha384_prf_bits(const u8 *key, size_t key_len, const char *label, in sha384_prf_bits()
|
H A D | sha256-prf.c | 30 int sha256_prf(const u8 *key, size_t key_len, const char *label, in sha256_prf() 54 int sha256_prf_bits(const u8 *key, size_t key_len, const char *label, in sha256_prf_bits()
|
H A D | aes-siv.c | 64 static int aes_s2v(const u8 *key, size_t key_len, in aes_s2v() 119 int aes_siv_encrypt(const u8 *key, size_t key_len, in aes_siv_encrypt() 162 int aes_siv_decrypt(const u8 *key, size_t key_len, in aes_siv_decrypt()
|
H A D | aes-gcm.c | 175 static void * aes_gcm_init_hash_subkey(const u8 *key, size_t key_len, u8 *H) in aes_gcm_init_hash_subkey() 254 int aes_gcm_ae(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ae() 288 int aes_gcm_ad(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ad() 322 int aes_gmac(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gmac()
|
H A D | crypto_internal.c | 35 size_t key_len; member 40 size_t key_len) in crypto_hash_init() argument [all...] |
H A D | crypto_wolfssl.c | 160 wolfssl_hmac_vector(int type,const u8 * key,size_t key_len,size_t num_elem,const u8 * addr[],const size_t * len,u8 * mac,unsigned int mdlen) wolfssl_hmac_vector() argument 185 hmac_md5_vector(const u8 * key,size_t key_len,size_t num_elem,const u8 * addr[],const size_t * len,u8 * mac) hmac_md5_vector() argument 193 hmac_md5(const u8 * key,size_t key_len,const u8 * data,size_t data_len,u8 * mac) hmac_md5() argument 202 hmac_sha1_vector(const u8 * key,size_t key_len,size_t num_elem,const u8 * addr[],const size_t * len,u8 * mac) hmac_sha1_vector() argument 210 hmac_sha1(const u8 * key,size_t key_len,const u8 * data,size_t data_len,u8 * mac) hmac_sha1() argument 219 hmac_sha256_vector(const u8 * key,size_t key_len,size_t num_elem,const u8 * addr[],const size_t * len,u8 * mac) hmac_sha256_vector() argument 227 hmac_sha256(const u8 * key,size_t key_len,const u8 * data,size_t data_len,u8 * mac) hmac_sha256() argument 238 hmac_sha384_vector(const u8 * key,size_t key_len,size_t num_elem,const u8 * addr[],const size_t * len,u8 * mac) hmac_sha384_vector() argument 246 hmac_sha384(const u8 * key,size_t key_len,const u8 * data,size_t data_len,u8 * mac) hmac_sha384() argument 257 hmac_sha512_vector(const u8 * key,size_t key_len,size_t num_elem,const u8 * addr[],const size_t * len,u8 * mac) hmac_sha512_vector() argument 265 hmac_sha512(const u8 * key,size_t key_len,const u8 * data,size_t data_len,u8 * mac) hmac_sha512() argument 484 crypto_cipher_init(enum crypto_cipher_alg alg,const u8 * iv,const u8 * key,size_t key_len) crypto_cipher_init() argument 887 crypto_hash_init(enum crypto_hash_alg alg,const u8 * key,size_t key_len) crypto_hash_init() argument 968 omac1_aes_vector(const u8 * key,size_t key_len,size_t num_elem,const u8 * addr[],const size_t * len,u8 * mac) omac1_aes_vector() argument 1779 word32 key_len = ecdh->ec->key.dp->size; crypto_ecdh_set_peerkey() local [all...] |
/freebsd-src/contrib/libarchive/libarchive/ |
H A D | archive_hmac.c | 51 __hmac_sha1_init(archive_hmac_sha1_ctx *ctx, const uint8_t *key, size_t key_len) in __hmac_sha1_init() argument 84 __hmac_sha1_init(archive_hmac_sha1_ctx *ctx, const uint8_t *key, size_t key_len) in __hmac_sha1_init() argument 156 __hmac_sha1_init(archive_hmac_sha1_ctx *ctx, const uint8_t *key, size_t key_len) in __hmac_sha1_init() argument 203 __hmac_sha1_init(archive_hmac_sha1_ctx *ctx, const uint8_t *key, size_t key_len) in __hmac_sha1_init() argument 231 __hmac_sha1_init(archive_hmac_sha1_ctx *ctx, const uint8_t *key, size_t key_len) in __hmac_sha1_init() argument 301 __hmac_sha1_init(archive_hmac_sha1_ctx * ctx,const uint8_t * key,size_t key_len) __hmac_sha1_init() argument [all...] |
H A D | archive_cryptor_private.h | 59 unsigned key_len; member 96 unsigned key_len; member 120 unsigned key_len; member 135 unsigned key_len; member 153 #define archive_decrypto_aes_ctr_init(ctx, key, key_len) \ argument 160 #define archive_encrypto_aes_ctr_init(ctx, key, key_len) \ argument
|
H A D | archive_cryptor.c | 165 aes_ctr_init(archive_crypto_ctx *ctx, const uint8_t *key, size_t key_len) in aes_ctr_init() argument 203 aes_ctr_init(archive_crypto_ctx *ctx, const uint8_t *key, size_t key_len) in aes_ctr_init() argument 304 aes_ctr_init(archive_crypto_ctx *ctx, const uint8_t *key, size_t key_len) in aes_ctr_init() argument 337 aes_ctr_init(archive_crypto_ctx * ctx,const uint8_t * key,size_t key_len) aes_ctr_init() argument 388 aes_ctr_init(archive_crypto_ctx * ctx,const uint8_t * key,size_t key_len) aes_ctr_init() argument 437 aes_ctr_init(archive_crypto_ctx * ctx,const uint8_t * key,size_t key_len) aes_ctr_init() argument [all...] |
/freebsd-src/contrib/libfido2/src/ |
H A D | hid.c | 11 get_key_len(uint8_t tag, uint8_t *key, size_t *key_len) in get_key_len() 28 get_key_val(const void *body, size_t key_len, uint32_t *val) in get_key_val() 63 size_t key_len; in fido_hid_get_usage() local 96 size_t key_len; in fido_hid_get_report_len() local
|
/freebsd-src/contrib/bearssl/src/ssl/ |
H A D | ssl_rec_ccm.c | 35 const void *key, size_t key_len, in gen_ccm_init() 47 const void *key, size_t key_len, in in_ccm_init() 127 const void *key, size_t key_len, in out_ccm_init()
|
H A D | ssl_rec_gcm.c | 35 const void *key, size_t key_len, in gen_gcm_init() 53 const void *key, size_t key_len, in in_gcm_init() 171 const void *key, size_t key_len, in out_gcm_init()
|
/freebsd-src/contrib/bearssl/src/mac/ |
H A D | hmac.c | 39 const void *key, size_t key_len, unsigned bb) in process_key() 58 const br_hash_class *dig, const void *key, size_t key_len) in br_hmac_key_init()
|
/freebsd-src/contrib/wpa/src/eap_common/ |
H A D | eap_pax_common.c | 30 int eap_pax_kdf(u8 mac_id, const u8 *key, size_t key_len, in eap_pax_kdf() 87 int eap_pax_mac(u8 mac_id, const u8 *key, size_t key_len, in eap_pax_mac()
|
H A D | ikev2_common.c | 56 int ikev2_integ_hash(int alg, const u8 *key, size_t key_len, const u8 *data, in ikev2_integ_hash() 97 int ikev2_prf_hash(int alg, const u8 *key, size_t key_len, in ikev2_prf_hash() 113 int ikev2_prf_plus(int alg, const u8 *key, size_t key_len, in ikev2_prf_plus() 175 int ikev2_encr_encrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, in ikev2_encr_encrypt() 210 int ikev2_encr_decrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, in ikev2_encr_decrypt()
|
/freebsd-src/crypto/openssl/crypto/evp/ |
H A D | p_enc.c | 22 int key_len, EVP_PKEY *pubk) in EVP_PKEY_encrypt_old()
|