Home
last modified time | relevance | path

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

123

/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()
139 EVP_PKEY *GET_EVP_PKEY(const char *key_id) in GET_EVP_PKEY()
174 BIO *BIO_from_cm(const char *key_id, struct Credential certificate) in BIO_from_cm()
/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.c56 EVP_PKEY *ENGINE_load_private_key(ENGINE *e, const char *key_id, in ENGINE_load_private_key()
85 EVP_PKEY *ENGINE_load_public_key(ENGINE *e, const char *key_id, in ENGINE_load_public_key()
Deng_openssl.c417 static EVP_PKEY *openssl_load_privkey(ENGINE *eng, const char *key_id, in openssl_load_privkey()
/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/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/openssl/apps/lib/
Dengine.c105 char *make_engine_uri(ENGINE *e, const char *key_id, const char *desc) in make_engine_uri()
/third_party/ffmpeg/libavutil/
Dencryption_info.h63 uint8_t *key_id; member
/third_party/openssl/engines/
De_ossltest.c376 static EVP_PKEY *load_key(ENGINE *eng, const char *key_id, int pub, in load_key()
399 static EVP_PKEY *ossltest_load_privkey(ENGINE *eng, const char *key_id, in ossltest_load_privkey()
405 static EVP_PKEY *ossltest_load_pubkey(ENGINE *eng, const char *key_id, in ossltest_load_pubkey()
/third_party/ltp/testcases/kernel/controllers/memcg/functional/
Dmemcg_process.c36 static int key_id; /* used with opt_shm */ variable
/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/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/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()
Dcrypto_values.h2211 unsigned int unused, psa_key_id_t key_id ) in mbedtls_svc_key_id_make()
2254 mbedtls_key_owner_id_t owner_id, psa_key_id_t key_id ) in mbedtls_svc_key_id_make()
/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
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls.h208 const char *key_id; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls.h208 const char *key_id; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dwpa_common.h210 u8 key_id[8]; /* Reserved in IEEE 802.11i/RSN */ member
563 const u8 *key_id; member

123