Home
last modified time | relevance | path

Searched defs:hlen (Results 1 - 25 of 95) sorted by relevance

1234

/third_party/lame/libmp3lame/
H A Dtables.h74 const uint8_t *hlen; /* pointer to array[xlen][ylen] */ member
/third_party/libwebsockets/lib/jose/jwe/
H A Djwe-rsa-aescbc.c49 int n, hlen = (int)lws_genhmac_size(jwe->jose.enc_alg->hmac_type), in lws_jwe_encrypt_rsa_aes_cbc_hs() local
H A Djwe.c212 int hlen = (int)lws_genhash_size(LWS_GENHASH_TYPE_SHA256), aidlen; in lws_jwa_concat_kdf() local
/third_party/libwebsockets/lib/jose/jwe/enc/
H A Daeskw.c44 int n, m, hlen = (int)lws_genhmac_size(jwe->jose.enc_alg->hmac_type), in lws_jwe_encrypt_aeskw_cbc_hs() local
H A Daescbc.c32 int n, hlen = (int)lws_genhmac_size(jwe->jose.enc_alg->hmac_type); in lws_jwe_encrypt_cbc_hs() local
165 int n, hlen = (int)lws_genhmac_size(jwe->jose.enc_alg->hmac_type); in lws_jwe_auth_and_decrypt_cbc_hs() local
[all...]
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dbasicauth.c121 size_t hlen = strlen(realm) + strlen("Basic realm=\"\"") + 1; in MHD_queue_basic_auth_fail_response() local
/third_party/lwip/src/core/ipv4/
H A Dicmp.c88 u16_t hlen; in icmp_input() local
[all...]
/third_party/curl/lib/
H A Dheaders.c187 static CURLcode namevalue(char *header, size_t hlen, unsigned int type, in namevalue() argument
283 size_t hlen; /* length of the incoming header */ in Curl_headers_push() local
[all...]
H A Dhsts.c120 size_t hlen; in hsts_create() local
260 size_t hlen = strlen(hostname); in Curl_hsts() local
[all...]
/third_party/libbpf/src/
H A Dnlattr.c167 int hlen, alen; in libbpf_nla_dump_errormsg() local
/third_party/libwebsockets/lib/tls/mbedtls/
H A Dlws-genec.c399 size_t hlen = lws_genhash_size(hash_type); in lws_genecdsa_hash_sign_jws() local
461 size_t hlen = lws_genhash_size(hash_type); in lws_genecdsa_hash_sig_verify_jws() local
/third_party/musl/porting/liteos_a/user/src/misc/
H A Dsyslog.c97 int hlen; in _vsyslog() local
/third_party/musl/src/misc/
H A Dsyslog.c98 int hlen; in _vsyslog() local
/third_party/lwip/src/netif/ppp/
H A Dvj.c166 u16_t hlen; in vj_compress_tcp() local
461 u32_t hlen; vj_uncompress_uncomp() local
505 u32_t vjlen, hlen, changes; vj_uncompress_tcp() local
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/macs/
H A Dgmac_prov.c150 int hlen = 0; in gmac_final() local
H A Dsiphash_prov.c142 size_t hlen = siphash_size(ctx); in siphash_final() local
H A Dhmac_prov.c225 unsigned int hlen; in hmac_final() local
/third_party/openssl/providers/implementations/macs/
H A Dgmac_prov.c150 int hlen = 0; in gmac_final() local
H A Dsiphash_prov.c142 size_t hlen = siphash_size(ctx); in siphash_final() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dtlsv1_record.c282 size_t i, rlen, hlen; in tlsv1_record_receive() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dtlsv1_record.c282 size_t i, rlen, hlen; in tlsv1_record_receive() local
/third_party/mbedtls/library/
H A Dpkcs12.c342 size_t hlen, use_len, v, i; in mbedtls_pkcs12_derivation() local
268 calculate_hashes(mbedtls_md_type_t md_type, int iterations, unsigned char *diversifier, unsigned char *salt_block, unsigned char *pwd_block, unsigned char *hash_output, int use_salt, int use_password, size_t hlen, size_t v) calculate_hashes() argument
H A Dpsa_crypto_rsa.c404 int hlen = (int) hash_length; // known to fit in rsa_pss_expected_salt_len() local
/third_party/lwip/src/core/ipv6/
H A Dip6.c566 u16_t hlen, hlen_tot; /* the current header length */ local
1485 const u8_t hlen = (sizeof(struct ip6_opt_hdr) * 2) + IP6_ROUTER_ALERT_DLEN; global() local
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dsskdf.c100 int ret = 0, hlen; in SSKDF_hash_kdm() local

Completed in 14 milliseconds

1234