Searched defs:data_len (Results 1 - 25 of 257) sorted by relevance

1234567891011

/freebsd-current/contrib/wpa/src/crypto/
H A Drc4.c16 rc4_skip(const u8 *key, size_t keylen, size_t skip, u8 *data, size_t data_len) argument
H A Daes-eax.c28 aes_128_eax_encrypt(const u8 *key, const u8 *nonce, size_t nonce_len, const u8 *hdr, size_t hdr_len, u8 *data, size_t data_len, u8 *tag) argument
92 aes_128_eax_decrypt(const u8 *key, const u8 *nonce, size_t nonce_len, const u8 *hdr, size_t hdr_len, u8 *data, size_t data_len, const u8 *tag) argument
[all...]
H A Daes-cbc.c24 int aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) argument
60 int aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) argument
H A Daes-ctr.c25 aes_ctr_encrypt(const u8 *key, size_t key_len, const u8 *nonce, u8 *data, size_t data_len) argument
67 aes_128_ctr_encrypt(const u8 *key, const u8 *nonce, u8 *data, size_t data_len) argument
H A Dmd5.c105 int hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len, argument
H A Dsha1.c104 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, argument
H A Dsha1-prf.c30 sha1_prf(const u8 *key, size_t key_len, const char *label, const u8 *data, size_t data_len, u8 *buf, size_t buf_len) argument
H A Dsha256.c100 hmac_sha256(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) argument
H A Dsha512.c100 hmac_sha512(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) argument
H A Dsha384.c100 hmac_sha384(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) argument
H A Dsha512-prf.c30 sha512_prf(const u8 *key, size_t key_len, const char *label, const u8 *data, size_t data_len, u8 *buf, size_t buf_len) argument
54 sha512_prf_bits(const u8 *key, size_t key_len, const char *label, const u8 *data, size_t data_len, u8 *buf, size_t buf_len_bits) argument
H A Dsha384-prf.c30 sha384_prf(const u8 *key, size_t key_len, const char *label, const u8 *data, size_t data_len, u8 *buf, size_t buf_len) argument
54 sha384_prf_bits(const u8 *key, size_t key_len, const char *label, const u8 *data, size_t data_len, u8 *buf, size_t buf_len_bits) argument
H A Dsha256-prf.c30 sha256_prf(const u8 *key, size_t key_len, const char *label, const u8 *data, size_t data_len, u8 *buf, size_t buf_len) argument
54 sha256_prf_bits(const u8 *key, size_t key_len, const char *label, const u8 *data, size_t data_len, u8 *buf, size_t buf_len_bits) argument
H A Daes-omac1.c152 int omac1_aes_128(const u8 *key, const u8 *data, size_t data_len, u8 *mac) argument
170 int omac1_aes_256(const u8 *key, const u8 *data, size_t data_len, u8 *mac) argument
/freebsd-current/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_mlx_sar.h54 uint32_t data_len; /* total data len in all the mads */ member in struct:_osmv_rmpp_sar
/freebsd-current/contrib/ofed/opensm/complib/
H A Dcl_log.c58 cl_log_event(IN const char *const name, IN const cl_log_type_t type, IN const char *const message, IN const void *const p_data OPTIONAL, IN const uint32_t data_len) argument
/freebsd-current/contrib/wpa/src/tls/
H A Dpkcs8.c117 size_t data_len; local
/freebsd-current/crypto/openssl/test/
H A Drc4test.c34 static unsigned char data_len[6] = { 8, 8, 8, 20, 28, 10 }; variable
[all...]
H A Dcmactest.c38 int data_len; member in struct:test_st
[all...]
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_ndis_.c46 size_t data_len = 0; local
/freebsd-current/crypto/heimdal/lib/gssapi/krb5/
H A Dencapsulate.c37 _gssapi_encap_length (size_t data_len, argument
52 _gsskrb5_encap_length (size_t data_len, argument
/freebsd-current/crypto/openssl/crypto/
H A Dparam_build_set.c55 ossl_param_build_set_octet_string(OSSL_PARAM_BLD *bld, OSSL_PARAM *p, const char *key, const unsigned char *data, size_t data_len) argument
/freebsd-current/sys/dev/nvmf/
H A Dnvmf_tcp.h39 uint32_t data_len, plen; local
/freebsd-current/contrib/bearssl/src/aead/
H A Dccm.c58 br_ccm_reset(br_ccm_context *ctx, const void *nonce, size_t nonce_len, uint64_t aad_len, uint64_t data_len, size_t tag_len) argument
/freebsd-current/contrib/bearssl/src/ssl/
H A Dssl_rec_ccm.c68 ccm_decrypt(br_sslrec_ccm_context *cc, int record_type, unsigned version, void *data, size_t *data_len) argument
149 ccm_encrypt(br_sslrec_ccm_context *cc, int record_type, unsigned version, void *data, size_t *data_len) argument

Completed in 135 milliseconds

1234567891011