Home
last modified time | relevance | path

Searched defs:key_id (Results 1 - 25 of 45) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/keyctl/
H A Dkeyctl07.c20 key_serial_t key_id; in try_to_read_negative_key() local
/third_party/mbedtls/tests/src/drivers/
H A Dplatform_builtin_keys.c71 mbedtls_psa_platform_get_builtin_key( mbedtls_svc_key_id_t key_id, psa_key_lifetime_t *lifetime, psa_drv_slot_number_t *slot_number) mbedtls_psa_platform_get_builtin_key() argument
/third_party/mbedtls/library/
H A Dpsa_crypto_slot_management.h42 static inline int psa_key_id_is_volatile(psa_key_id_t key_id) in psa_key_id_is_volatile() argument
H A Dpk_ecc.c227 mbedtls_svc_key_id_t key_id = MBEDTLS_SVC_KEY_ID_INIT; in mbedtls_pk_ecc_set_pubkey() local
H A 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
110 psa_key_id_t key_id = MBEDTLS_SVC_KEY_ID_GET_KEY_ID(key); in psa_get_and_lock_key_slot_in_memory() local
[all...]
H A Dpk_wrap.c72 mbedtls_svc_key_id_t key_id = MBEDTLS_SVC_KEY_ID_INIT; in rsa_verify_wrap() local
176 mbedtls_svc_key_id_t key_id = MBEDTLS_SVC_KEY_ID_INIT; in mbedtls_pk_psa_rsa_sign_ext() local
287 mbedtls_svc_key_id_t key_id = MBEDTLS_SVC_KEY_ID_INIT; in rsa_decrypt_wrap() local
370 mbedtls_svc_key_id_t key_id = MBEDTLS_SVC_KEY_ID_INIT; rsa_encrypt_wrap() local
545 mbedtls_svc_key_id_t key_id = MBEDTLS_SVC_KEY_ID_INIT; ecdsa_verify_psa() local
696 ecdsa_sign_psa(mbedtls_svc_key_id_t key_id, mbedtls_md_type_t md_alg, const unsigned char *hash, size_t hash_len, unsigned char *sig, size_t sig_size, size_t *sig_len) ecdsa_sign_psa() argument
760 mbedtls_svc_key_id_t key_id = MBEDTLS_SVC_KEY_ID_INIT; ecdsa_sign_wrap() local
938 mbedtls_svc_key_id_t key_id = prv->priv_id; eckey_check_pair_psa() local
961 mbedtls_svc_key_id_t key_id = MBEDTLS_SVC_KEY_ID_INIT; eckey_check_pair_psa() local
[all...]
/third_party/mesa3d/src/util/tests/hash_table/
H A Dclear.c35 static uint32_t key_id(const void *key) in key_id() function
/third_party/mbedtls/include/mbedtls/
H A Dctr_drbg.h162 mbedtls_svc_key_id_t key_id; member
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dengine.c105 char *make_engine_uri(ENGINE *e, const char *key_id, const char *desc) in make_engine_uri() argument
/third_party/node/deps/openssl/openssl/crypto/engine/
H A Deng_pkey.c56 EVP_PKEY *ENGINE_load_private_key(ENGINE *e, const char *key_id, in ENGINE_load_private_key() argument
127 EVP_PKEY *ENGINE_load_public_key(ENGINE *e, const char *key_id, in ENGINE_load_public_key() argument
/third_party/openssl/crypto/engine/
H A Deng_pkey.c56 EVP_PKEY *ENGINE_load_private_key(ENGINE *e, const char *key_id, in ENGINE_load_private_key() argument
85 EVP_PKEY *ENGINE_load_public_key(ENGINE *e, const char *key_id, in ENGINE_load_public_key() argument
/third_party/openssl/apps/lib/
H A Dengine.c105 char *make_engine_uri(ENGINE *e, const char *key_id, const char *desc) in make_engine_uri() argument
/third_party/mbedtls/tests/src/
H A Dpsa_crypto_helpers.c27 int mbedtls_test_uses_key_id(mbedtls_svc_key_id_t key_id) in mbedtls_test_uses_key_id() argument
/third_party/ffmpeg/libavformat/
H A Drtmpcrypt.c184 static void rtmpe8_sig(const uint8_t *in, uint8_t *out, int key_id) in rtmpe8_sig() argument
192 static void rtmpe9_sig(const uint8_t *in, uint8_t *out, int key_id) in rtmpe9_sig() argument
/third_party/ffmpeg/libavutil/
H A Dencryption_info.h57 uint8_t key_id[AV_DRM_KEY_ID_SIZE]; member
117 uint8_t *key_id; member
/third_party/libcoap/src/oscore/
H A Doscore_cose.c346 cose_encrypt0_set_key_id(cose_encrypt0_t *ptr, coap_bin_const_t *key_id) { in cose_encrypt0_set_key_id() argument
H A Doscore.c294 coap_bin_const_t key_id; in oscore_decode_option_value() local
[all...]
/third_party/ltp/include/lapi/
H A Dwatch_queue.h108 uint32_t key_id; /* The key/keyring affected */ member
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/
H A Dcpuset_memory_test.c58 static int key_id; /* used with opt_shm */ variable
/third_party/ltp/testcases/kernel/controllers/memcg/functional/
H A Dmemcg_process.c36 static int key_id; /* used with opt_shm */ variable
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/
H A Dwpa_evp_key.c122 static EVP_PKEY *wrap_rsa(const char *key_id, const RSA *public_rsa) in wrap_rsa() argument
163 static EVP_PKEY *wrap_ec(const char *key_id, EC_KEY *public_ec) in wrap_ec() argument
187 static EVP_PKEY* get_pubkey(const char *key_id) in get_pubkey() argument
218 GET_EVP_PKEY(const char *key_id) GET_EVP_PKEY() argument
262 BIO_from_cm(const char *key_id, struct Credential certificate) BIO_from_cm() argument
[all...]
/third_party/mbedtls/programs/ssl/
H A Dssl_test_lib.c279 pk_wrap_as_opaque(mbedtls_pk_context *pk, psa_algorithm_t psa_alg, psa_algorithm_t psa_alg2, psa_key_usage_t psa_usage, mbedtls_svc_key_id_t *key_id) pk_wrap_as_opaque() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_config.h586 char *key_id; member
/third_party/libcoap/include/oscore/
H A Doscore_cose.h203 coap_bin_const_t key_id; member
/third_party/mbedtls/include/psa/
H A Dcrypto_extra.h510 static inline int psa_key_id_is_builtin(psa_key_id_t key_id) in psa_key_id_is_builtin() argument

Completed in 16 milliseconds

12