Home
last modified time | relevance | path

Searched defs:key_id (Results 1 – 25 of 43) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/
Dwpa_evp_key.c81 static EVP_PKEY *wrap_rsa(const char *key_id, const RSA *public_rsa) in wrap_rsa()
108 static EVP_PKEY* get_pubkey(const char *key_id) in get_pubkey()
124 EVP_PKEY *GET_EVP_PKEY(const char *key_id) in GET_EVP_PKEY()
160 BIO *BIO_from_cm(const char *key_id) in BIO_from_cm()
/third_party/glib/glib/
Dgdataset.c346 GQuark key_id, in g_data_set_internal()
551 GQuark key_id, in g_dataset_id_set_data_full()
655 GQuark key_id, in g_datalist_id_set_data_full()
693 GQuark key_id) in g_dataset_id_remove_no_notify()
733 GQuark key_id) in g_datalist_id_remove_no_notify()
767 GQuark key_id) in g_dataset_id_get_data()
799 GQuark key_id) in g_datalist_id_get_data()
847 GQuark key_id, in g_datalist_id_dup_data()
915 GQuark key_id, in g_datalist_id_replace_data()
/third_party/mbedtls/tests/include/test/
Dpsa_crypto_helpers.h78 #define TEST_USES_KEY_ID( key_id ) \ argument
83 #define TEST_USES_KEY_ID( key_id ) ( (void) ( key_id ) ) argument
/third_party/openssl/crypto/engine/
Deng_pkey.c53 EVP_PKEY *ENGINE_load_private_key(ENGINE *e, const char *key_id, in ENGINE_load_private_key()
84 EVP_PKEY *ENGINE_load_public_key(ENGINE *e, const char *key_id, in ENGINE_load_public_key()
/third_party/ltp/testcases/kernel/syscalls/keyctl/
Dkeyctl07.c20 key_serial_t key_id; in try_to_read_negative_key() local
/third_party/mbedtls/library/
Dpsa_crypto_slot_management.h54 static inline int psa_key_id_is_volatile( psa_key_id_t key_id ) in psa_key_id_is_volatile()
Dpsa_crypto_slot_management.c56 psa_key_id_t key_id = MBEDTLS_SVC_KEY_ID_GET_KEY_ID( key ); in psa_is_valid_key_id() local
105 psa_key_id_t key_id = MBEDTLS_SVC_KEY_ID_GET_KEY_ID( key ); in psa_get_and_lock_key_slot_in_memory() local
Dpkwrite.c201 psa_key_id_t* key_id = (psa_key_id_t*) key->pk_ctx; in mbedtls_pk_write_pubkey() local
268 psa_key_id_t key_id; in mbedtls_pk_write_pubkey_der() local
/third_party/boost/libs/graph/src/
Dgraphml.cpp270 const std::string& key_id, const std::string& value) in handle_graph_property()
275 void handle_node_property(const std::string& key_id, in handle_node_property()
283 const std::string& key_id, size_t descriptor, const std::string& value) in handle_edge_property()
/third_party/grpc/test/core/end2end/
Dengine_passthrough.cc46 EVP_PKEY* e_passthrough_load_privkey(ENGINE* eng, const char* key_id, in e_passthrough_load_privkey()
/third_party/mbedtls/tests/src/drivers/
Dplatform_builtin_keys.c73 mbedtls_svc_key_id_t key_id, in mbedtls_psa_platform_get_builtin_key()
/third_party/mesa3d/src/util/tests/hash_table/
Dclear.c35 static uint32_t key_id(const void *key) in key_id() function
/third_party/mbedtls/tests/src/
Dpsa_crypto_helpers.c39 int mbedtls_test_uses_key_id( mbedtls_svc_key_id_t key_id ) in mbedtls_test_uses_key_id()
/third_party/ffmpeg/libavformat/
Drtmpcrypt.c184 static void rtmpe8_sig(const uint8_t *in, uint8_t *out, int key_id) in rtmpe8_sig()
192 static void rtmpe9_sig(const uint8_t *in, uint8_t *out, int key_id) in rtmpe9_sig()
/third_party/ffmpeg/libavutil/
Dencryption_info.h63 uint8_t *key_id; member
/third_party/ltp/testcases/kernel/controllers/memcg/functional/
Dmemcg_process.c36 static int key_id; /* used with opt_shm */ variable
/third_party/grpc/src/core/lib/security/credentials/jwt/
Djson_token.cc156 static char* encoded_jwt_header(const char* key_id, const char* algorithm) { in encoded_jwt_header()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/
Dcpuset_memory_test.c58 static int key_id; /* used with opt_shm */ variable
/third_party/libsoup/libsoup/
Dsoup-form.c302 datalist_encode_foreach (GQuark key_id, gpointer value, gpointer str) in datalist_encode_foreach()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_auth.c494 sctp_find_sharedkey(struct sctp_keyhead *shared_keys, uint16_t key_id) in sctp_find_sharedkey()
553 sctp_auth_key_acquire(struct sctp_tcb *stcb, uint16_t key_id) in sctp_auth_key_acquire()
570 sctp_auth_key_release(struct sctp_tcb *stcb, uint16_t key_id, int so_locked) in sctp_auth_key_release()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/
Dakg_kernel_build.cc113 auto key_id = static_cast<key_t>(hash_id); in CreateSharedMem() local
/third_party/boost/boost/graph/
Dgraphml.hpp288 std::string key_id = "key" + lexical_cast< std::string >(key_count++); in write_graphml() local
/third_party/mbedtls/include/psa/
Dcrypto_extra.h760 static inline int psa_key_id_is_builtin( psa_key_id_t key_id ) in psa_key_id_is_builtin()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_config.h271 char *key_id; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_config.h586 char *key_id; member

12