Home
last modified time | relevance | path

Searched defs:public_key (Results 1 – 17 of 17) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_ipc.h125 …explicit SharedMemory(shm_key_t public_key) : shm_id_(-1), shm_key_(public_key), shmat_addr_(nullp… in SharedMemory()
161 void SetPublicKey(key_t public_key) { shm_key_ = public_key; } in SetPublicKey()
/third_party/ffmpeg/libavformat/tests/
Drtmpdh.c68 static const char *public_key = variable
/third_party/openssl/crypto/ct/
Dct_log.c27 EVP_PKEY *public_key; member
237 CTLOG *CTLOG_new(EVP_PKEY *public_key, const char *name) in CTLOG_new()
/third_party/mbedtls/tests/src/
Dpsa_exercise_key.c510 uint8_t *public_key = NULL; in mbedtls_test_psa_key_agreement_with_self() local
550 uint8_t *public_key = NULL; in mbedtls_test_psa_raw_key_agreement_with_self() local
/third_party/openssl/crypto/dh/
Ddh_ameth.c53 ASN1_INTEGER *public_key = NULL; in dh_pub_decode() local
617 ASN1_INTEGER *public_key = NULL; in dh_cms_set_peerkey() local
/third_party/node/test/fixtures/0-dns/
Dcreate-cert.js17 const public_key = fs.readFileSync('./0-dns-rsapub.der'); constant
/third_party/openssl/crypto/x509/
Dx_pubkey.c22 ASN1_BIT_STRING *public_key; member
/third_party/mindspore/mindspore/ccsrc/fl/armour/cipher/
Dcipher_reconstruct.cc379 std::vector<uint8_t> public_key = record_public_keys.at(*p_key)[1]; in GetSuvNoise() local
/third_party/openssl/crypto/dsa/
Ddsa_ameth.c28 ASN1_INTEGER *public_key = NULL; in dsa_pub_decode() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
Dx509v3.h63 u8 *public_key; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
Dx509v3.h63 u8 *public_key; member
/third_party/cef/libcef/browser/extensions/
Dextension_system.cc495 const std::string& public_key, in InstallUpdate()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dwps_attr_parse.h66 const u8 *public_key; member
Dwps_validate.c612 static int wps_validate_public_key(const u8 *public_key, size_t len, in wps_validate_public_key()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dwps_attr_parse.h66 const u8 *public_key; member
Dwps_validate.c612 static int wps_validate_public_key(const u8 *public_key, size_t len, in wps_validate_public_key()
/third_party/mbedtls/library/
Dssl_srv.c3454 mbedtls_pk_context *public_key = &mbedtls_ssl_own_cert( ssl )->pk; in ssl_decrypt_encrypted_pms() local