/aosp_15_r20/external/libdrm/intel/ |
H A D | uthash.h | 114 #define HASH_VALUE(keyptr,keylen,hashv) \ argument 119 #define HASH_FIND_BYHASHVALUE(hh,head,keyptr,keylen,hashval,out) \ argument 131 #define HASH_FIND(hh,head,keyptr,keylen,out) \ argument 477 #define HASH_BER(key,keylen,hashv) \ argument 490 #define HASH_SAX(key,keylen,hashv) \ argument 500 #define HASH_FNV(key,keylen,hashv) \ argument 511 #define HASH_OAT(key,keylen,hashv) \ argument 539 #define HASH_JEN(key,keylen,hashv) \ argument 590 #define HASH_SFH(key,keylen,hashv) \ argument 675 #define HASH_MUR(key,keylen,hashv) \ argument [all …]
|
/aosp_15_r20/external/fastrpc/inc/ |
H A D | uthash.h | 92 #define HASH_FIND(hh,head,keyptr,keylen,out) \ argument 344 #define HASH_BER(key,keylen,num_bkts,hashv,bkt) \ argument 356 #define HASH_SAX(key,keylen,num_bkts,hashv,bkt) \ argument 366 #define HASH_FNV(key,keylen,num_bkts,hashv,bkt) \ argument 376 #define HASH_OAT(key,keylen,num_bkts,hashv,bkt) \ argument 405 #define HASH_JEN(key,keylen,num_bkts,hashv,bkt) \ argument 457 #define HASH_SFH(key,keylen,num_bkts,hashv,bkt) \ argument 543 #define HASH_MUR(key,keylen,num_bkts,hashv,bkt) \ argument 916 unsigned keylen; /* enclosing struct's key len */ member
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | pkparse.c | 430 unsigned char *key, size_t keylen, const unsigned char *end, in pk_parse_key_rfc8410_der() 605 const unsigned char *key, size_t keylen, in pk_parse_key_sec1_der() 744 const unsigned char *key, size_t keylen, in pk_parse_key_pkcs8_unencrypted_der() 867 unsigned char *key, size_t keylen, in mbedtls_pk_parse_key_pkcs8_encrypted_der() 974 const unsigned char *key, size_t keylen, in mbedtls_pk_parse_key() 1181 const unsigned char *key, size_t keylen) in mbedtls_pk_parse_public_key()
|
H A D | pem.c | 75 static int pem_pbkdf1(unsigned char *key, size_t keylen, in pem_pbkdf1() 215 static int pem_aes_decrypt(unsigned char aes_iv[16], unsigned int keylen, in pem_aes_decrypt()
|
H A D | pkcs12.c | 78 unsigned char *key, size_t keylen, in pkcs12_pbe_derive_key_iv() 157 int ret, keylen = 0; in mbedtls_pkcs12_pbe_ext() local
|
H A D | pkcs5.c | 42 int *keylen, mbedtls_md_type_t *md_type) in pkcs5_parse_pbkdf2_params() 135 int ret, iterations = 0, keylen = 0; in mbedtls_pkcs5_pbes2_ext() local
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | pkparse.c | 608 unsigned char *key, size_t keylen, const unsigned char *end, in pk_parse_key_rfc8410_der() 987 size_t keylen) in pk_parse_key_pkcs1_der() 1147 const unsigned char *key, size_t keylen, in pk_parse_key_sec1_der() 1306 const unsigned char *key, size_t keylen, in pk_parse_key_pkcs8_unencrypted_der() 1429 unsigned char *key, size_t keylen, in mbedtls_pk_parse_key_pkcs8_encrypted_der() 1530 const unsigned char *key, size_t keylen, in mbedtls_pk_parse_key() 1739 const unsigned char *key, size_t keylen) in mbedtls_pk_parse_public_key()
|
H A D | pem.c | 75 static int pem_pbkdf1(unsigned char *key, size_t keylen, in pem_pbkdf1() 215 static int pem_aes_decrypt(unsigned char aes_iv[16], unsigned int keylen, in pem_aes_decrypt()
|
H A D | pkcs12.c | 76 unsigned char *key, size_t keylen, in pkcs12_pbe_derive_key_iv() 155 int ret, keylen = 0; in mbedtls_pkcs12_pbe_ext() local
|
H A D | pkcs5.c | 40 int *keylen, mbedtls_md_type_t *md_type) in pkcs5_parse_pbkdf2_params() 133 int ret, iterations = 0, keylen = 0; in mbedtls_pkcs5_pbes2_ext() local
|
H A D | md.c | 969 int mbedtls_md_hmac_starts(mbedtls_md_context_t *ctx, const unsigned char *key, size_t keylen) in mbedtls_md_hmac_starts() 1073 const unsigned char *key, size_t keylen, in mbedtls_md_hmac()
|
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/ |
H A D | tdbtool.c | 207 static void insert_tdb(char *keyname, size_t keylen, char* data, size_t datalen) in insert_tdb() 226 static void store_tdb(char *keyname, size_t keylen, char* data, size_t datalen) in store_tdb() 253 static void show_tdb(char *keyname, size_t keylen) in show_tdb() 278 static void delete_tdb(char *keyname, size_t keylen) in delete_tdb() 295 static void move_rec(char *keyname, size_t keylen, char* tdbname) in move_rec()
|
/aosp_15_r20/external/cronet/third_party/netty-tcnative/src/c/ |
H A D | sslutils.c | 359 DH *SSL_callback_tmp_DH(SSL *ssl, int export, int keylen) in SSL_callback_tmp_DH() 380 DH *SSL_callback_tmp_DH_512(SSL *ssl, int export, int keylen) in SSL_callback_tmp_DH_512() 385 DH *SSL_callback_tmp_DH_1024(SSL *ssl, int export, int keylen) in SSL_callback_tmp_DH_1024() 390 DH *SSL_callback_tmp_DH_2048(SSL *ssl, int export, int keylen) in SSL_callback_tmp_DH_2048() 395 DH *SSL_callback_tmp_DH_4096(SSL *ssl, int export, int keylen) in SSL_callback_tmp_DH_4096()
|
/aosp_15_r20/external/mdnsresponder/mDNSShared/ |
H A D | dnssd_clientlib.c | 76 unsigned long *keylen in InternalTXTRecordSearch() 252 unsigned long keylen, itemlen, remainder; in TXTRecordRemoveValue() local 279 unsigned long keylen; in TXTRecordContainsKey() local 291 unsigned long keylen; in TXTRecordGetValuePtr() local
|
H A D | dnsextd_parser.y | 483 mDNSs32 keylen; in ParseConfig() local 517 mDNSs32 keylen; in ParseConfig() local
|
/aosp_15_r20/external/kmod/shared/ |
H A D | hash.c | 148 unsigned int keylen = strlen(key); in hash_add() local 191 unsigned int keylen = strlen(key); in hash_add_unique() local 236 unsigned int keylen = strlen(key); in hash_find() local 257 unsigned int keylen = strlen(key); in hash_del() local
|
/aosp_15_r20/external/ltp/lib/ |
H A D | tst_af_alg.c | 135 void tst_alg_setkey(int algfd, const uint8_t *key, unsigned int keylen) in tst_alg_setkey() 168 const uint8_t *key, unsigned int keylen) in tst_alg_setup() 181 const uint8_t *key, unsigned int keylen) in tst_alg_setup_reqfd()
|
/aosp_15_r20/external/libwebsockets/lib/core/ |
H A D | lws_map.c | 41 size_t keylen; member 180 const lws_map_key_t key, size_t keylen, in lws_map_item_create() 228 lws_map_item_lookup(lws_map_t *map, const lws_map_key_t key, size_t keylen) in lws_map_item_lookup()
|
/aosp_15_r20/external/curl/lib/ |
H A D | hmac.c | 55 unsigned int keylen) in Curl_HMAC_init() 148 const unsigned char *key, const size_t keylen, in Curl_hmacit()
|
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/ |
H A D | cpdf_security_handler.cpp | 48 size_t keylen, in CalcEncryptKey() 79 size_t keylen) { in IsValidKeyLengthForCipher() 237 int keylen = 0; in LoadCryptInfo() local
|
/aosp_15_r20/external/python/cpython3/Modules/_blake2/impl/ |
D | blake2b-ref.c | 198 int blake2b_init_key( blake2b_state *S, size_t outlen, const void *key, size_t keylen ) in blake2b_init_key() 351 …lake2b( uint8_t *out, const void *in, const void *key, size_t outlen, size_t inlen, size_t keylen ) in blake2b()
|
D | blake2s-ref.c | 191 int blake2s_init_key( blake2s_state *S, size_t outlen, const void *key, size_t keylen ) in blake2s_init_key() 341 …lake2s( uint8_t *out, const void *in, const void *key, size_t outlen, size_t inlen, size_t keylen ) in blake2s()
|
/aosp_15_r20/external/pdfium/core/fdrm/ |
H A D | fx_crypt_aes.cpp | 524 void aes_setup(CRYPT_aes_context* ctx, const unsigned char* key, int keylen) { in aes_setup() 638 uint32_t keylen) { in CRYPT_AESSetKey()
|
/aosp_15_r20/external/kmod/libkmod/ |
H A D | libkmod-module.c | 268 size_t keylen; in kmod_module_new() local 2267 static struct kmod_module_info *kmod_module_info_new(const char *key, size_t keylen, const char *va… in kmod_module_info_new() 2289 …st *kmod_module_info_append(struct kmod_list **list, const char *key, size_t keylen, const char *v… in kmod_module_info_append() 2334 size_t keylen, in kmod_module_info_append_hex() 2412 size_t keylen, valuelen; in kmod_module_get_info() local
|
/aosp_15_r20/system/core/trusty/keymaster/set_attestation_key/ |
H A D | set_attestation_key.cpp | 152 long keylen; in set_attestation_key_or_cert_pem() local 184 size_t keylen; in set_attestation_key_or_cert_iecs() local
|