/third_party/lame/libmp3lame/ |
H A D | tables.h | 74 const uint8_t *hlen; /* pointer to array[xlen][ylen] */ member
|
/third_party/libwebsockets/lib/jose/jwe/ |
H A D | jwe-rsa-aescbc.c | 49 int n, hlen = (int)lws_genhmac_size(jwe->jose.enc_alg->hmac_type), in lws_jwe_encrypt_rsa_aes_cbc_hs() local
|
H A D | jwe.c | 212 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 D | aeskw.c | 44 int n, m, hlen = (int)lws_genhmac_size(jwe->jose.enc_alg->hmac_type), in lws_jwe_encrypt_aeskw_cbc_hs() local
|
H A D | aescbc.c | 32 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 D | basicauth.c | 121 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 D | icmp.c | 88 u16_t hlen; in icmp_input() local [all...] |
/third_party/curl/lib/ |
H A D | headers.c | 187 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 D | hsts.c | 120 size_t hlen; in hsts_create() local 260 size_t hlen = strlen(hostname); in Curl_hsts() local [all...] |
/third_party/libbpf/src/ |
H A D | nlattr.c | 167 int hlen, alen; in libbpf_nla_dump_errormsg() local
|
/third_party/libwebsockets/lib/tls/mbedtls/ |
H A D | lws-genec.c | 399 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 D | syslog.c | 97 int hlen; in _vsyslog() local
|
/third_party/musl/src/misc/ |
H A D | syslog.c | 98 int hlen; in _vsyslog() local
|
/third_party/lwip/src/netif/ppp/ |
H A D | vj.c | 166 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 D | gmac_prov.c | 150 int hlen = 0; in gmac_final() local
|
H A D | siphash_prov.c | 142 size_t hlen = siphash_size(ctx); in siphash_final() local
|
H A D | hmac_prov.c | 225 unsigned int hlen; in hmac_final() local
|
/third_party/openssl/providers/implementations/macs/ |
H A D | gmac_prov.c | 150 int hlen = 0; in gmac_final() local
|
H A D | siphash_prov.c | 142 size_t hlen = siphash_size(ctx); in siphash_final() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
H A D | tlsv1_record.c | 282 size_t i, rlen, hlen; in tlsv1_record_receive() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
H A D | tlsv1_record.c | 282 size_t i, rlen, hlen; in tlsv1_record_receive() local
|
/third_party/mbedtls/library/ |
H A D | pkcs12.c | 342 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 D | psa_crypto_rsa.c | 404 int hlen = (int) hash_length; // known to fit in rsa_pss_expected_salt_len() local
|
/third_party/lwip/src/core/ipv6/ |
H A D | ip6.c | 566 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 D | sskdf.c | 100 int ret = 0, hlen; in SSKDF_hash_kdm() local
|