Searched defs:key_len (Results 1 - 25 of 104) sorted by relevance

12345

/freebsd-11.0-release/crypto/openssl/crypto/evp/
H A Dp_enc.c69 EVP_PKEY_encrypt_old(unsigned char *ek, const unsigned char *key, int key_len, EVP_PKEY *pubk) argument
/freebsd-11.0-release/contrib/ntp/sntp/
H A Dcrypto.h22 int key_len; member in struct:key
/freebsd-11.0-release/contrib/wpa/src/crypto/
H A Dmd5.c26 int hmac_md5_vector(const u8 *key, size_t key_len, size_t num_elem, argument
105 int hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len, argument
[all...]
H A Dsha1-prf.c30 int sha1_prf(const u8 *key, size_t key_len, const char *label, argument
H A Dsha1-tprf.c29 int sha1_t_prf(const u8 *key, size_t key_len, const char *label, argument
H A Dsha1.c26 int hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem, argument
103 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, argument
[all...]
H A Dsha256.c26 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, argument
100 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, argument
[all...]
H A Dcrypto_internal.c27 size_t key_len; member in struct:crypto_hash
31 crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, size_t key_len) argument
[all...]
H A Dsha256-prf.c29 void sha256_prf(const u8 *key, size_t key_len, const char *label, argument
51 void sha256_prf_bits(const u8 *key, size_t key_len, const char *label, argument
H A Dsha384-prf.c29 void sha384_prf(const u8 *key, size_t key_len, const char *label, argument
51 void sha384_prf_bits(const u8 *key, size_t key_len, const char *label, argument
H A Daes-omac1.c43 int omac1_aes_vector(const u8 *key, size_t key_len, size_t num_elem, argument
H A Dcrypto_internal-cipher.c43 crypto_cipher_init(enum crypto_cipher_alg alg, const u8 *iv, const u8 *key, size_t key_len) argument
/freebsd-11.0-release/crypto/openssh/
H A Dmac.h36 u_int key_len; member in struct:sshmac
/freebsd-11.0-release/contrib/netbsd-tests/crypto/opencrypto/
H A Dh_aesctr1.c49 size_t key_len; member in struct:__anon4679
H A Dh_md5hmac.c44 size_t key_len; member in struct:__anon4681
H A Dh_sha1hmac.c44 size_t key_len; member in struct:__anon4682
/freebsd-11.0-release/contrib/wpa/src/eap_common/
H A Deap_peap_common.c15 int peap_prfplus(int version, const u8 *key, size_t key_len, argument
/freebsd-11.0-release/contrib/tcpdump/
H A Dsignature.c49 signature_compute_hmac_md5(const uint8_t *text, int text_len, unsigned char *key, unsigned int key_len, uint8_t *digest) argument
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_hmac.c51 __hmac_sha1_init(archive_hmac_sha1_ctx *ctx, const uint8_t *key, size_t key_len) argument
80 __hmac_sha1_init(archive_hmac_sha1_ctx *ctx, const uint8_t *key, size_t key_len) argument
149 __hmac_sha1_init(archive_hmac_sha1_ctx *ctx, const uint8_t *key, size_t key_len) argument
177 __hmac_sha1_init(archive_hmac_sha1_ctx *ctx, const uint8_t *key, size_t key_len) argument
210 __hmac_sha1_init(archive_hmac_sha1_ctx *ctx, const uint8_t *key, size_t key_len) argument
[all...]
/freebsd-11.0-release/crypto/openssl/crypto/hmac/
H A Dhmactest.c84 int key_len; member in struct:test_st
H A Dhmac.c240 unsigned char *HMAC(const EVP_MD *evp_md, const void *key, int key_len, argument
/freebsd-11.0-release/contrib/ntp/sntp/tests/
H A DkeyFile.c50 CompareKeysAlternative( int key_id, int key_len, const char * type, const char * key_seq, struct key actual ) argument
[all...]
/freebsd-11.0-release/contrib/wpa/src/drivers/
H A Ddriver_openbsd.c71 wpa_driver_openbsd_set_key(const char *ifname, void *priv, enum wpa_alg alg, const unsigned char *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) argument
/freebsd-11.0-release/contrib/dma/
H A Dcrypto.c186 hmac_md5(unsigned char *text, int text_len, unsigned char *key, int key_len, argument
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dstrings-table.c286 apr_size_t key_len; local

Completed in 424 milliseconds

12345