Home
last modified time | relevance | path

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

123

/external/u-boot/include/crypto/
Dpublic_key.h26 struct public_key { struct
37 extern void public_key_free(struct public_key *key); argument
/external/libchrome/crypto/
Dnss_key_util_unittest.cc37 ScopedSECKEYPublicKey public_key; in TEST_F() local
51 ScopedSECKEYPublicKey public_key; in TEST_F() local
69 ScopedSECKEYPublicKey public_key; in TEST_F() local
/external/vboot_reference/tests/
Dvboot_common2_tests.c43 static void VerifyDataTest(const VbPublicKey *public_key, in VerifyDataTest()
79 static void VerifyDigestTest(const VbPublicKey *public_key, in VerifyDigestTest()
118 static void VerifyKernelPreambleTest(const VbPublicKey *public_key, in VerifyKernelPreambleTest()
218 VbPublicKey *public_key = NULL; in test_algorithm() local
Dvboot_common3_tests.c30 static void KeyBlockVerifyTest(const VbPublicKey *public_key, in KeyBlockVerifyTest()
166 static void VerifyFirmwarePreambleTest(const VbPublicKey *public_key, in VerifyFirmwarePreambleTest()
Dvb20_common3_tests.c32 static void test_verify_keyblock(const VbPublicKey *public_key, in test_verify_keyblock()
172 static void test_verify_fw_preamble(const VbPublicKey *public_key, in test_verify_fw_preamble()
/external/ukey2/src/main/proto/
Dukey.proto98 optional bytes public_key = 4; field
102 optional bytes public_key = 1; // public key matching selected handshake field
/external/boringssl/src/tool/
Dgenerate_ed25519.cc60 uint8_t public_key[32], private_key[64]; in GenerateEd25519Key() local
/external/autotest/client/site_tests/autoupdate_CannedOmahaUpdate/
Dautoupdate_CannedOmahaUpdate.py48 def run_once(self, image_url, allow_failure=False, public_key=None, argument
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Ddsa.py35 def _dsa_sig_verify(backend, public_key, signature, data): argument
49 def __init__(self, backend, public_key, signature, algorithm): argument
154 def public_key(self): member in _DSAPrivateKey
Dec.py83 def _ecdsa_sig_verify(backend, public_key, signature, data): argument
110 def __init__(self, backend, public_key, signature, algorithm): argument
181 def public_key(self): member in _EllipticCurvePrivateKey
Drsa.py258 def _rsa_sig_verify(backend, padding, algorithm, public_key, signature, data): argument
304 def __init__(self, backend, public_key, signature, padding, algorithm): argument
361 def public_key(self): member in _RSAPrivateKey
Dx25519.py85 def public_key(self): member in _X25519PrivateKey
Dx448.py68 def public_key(self): member in _X448PrivateKey
Dx509.py80 def public_key(self): member in _Certificate
371 def is_signature_valid(self, public_key): argument
407 def public_key(self): member in _CertificateSigningRequest
/external/autotest/server/site_tests/autoupdate_CatchBadSignatures/
Dautoupdate_CatchBadSignatures.py17 failure_message, public_key=None): argument
/external/u-boot/test/lib/
Dasn1.c340 static const unsigned char public_key[] = { variable
/external/openssh/
Dkexecdhs.c68 const EC_POINT *public_key; in input_kex_ecdh_init() local
Dkexecdhc.c60 const EC_POINT *public_key; in kexecdh_client() local
/external/boringssl/src/crypto/curve25519/
Ded25519_test.cc29 std::vector<uint8_t> private_key, public_key, message, expected_signature; in TEST() local
/external/python/cryptography/src/cryptography/hazmat/primitives/asymmetric/
Dx448.py58 def public_key(self): member in X448PrivateKey
Dx25519.py58 def public_key(self): member in X25519PrivateKey
Ddh.py73 def public_key(self, backend): member in DHPublicNumbers
151 def public_key(self): member in DHPrivateKey
/external/avb/proto/crypto/keyspb/
Dkeyspb.proto93 string public_key = 3; field
/external/python/cryptography/src/cryptography/x509/
Dbase.py100 def public_key(self): member in Certificate
286 def is_signature_valid(self, public_key): argument
313 def public_key(self): member in CertificateSigningRequest
433 public_key=None, serial_number=None, not_valid_before=None, argument
472 def public_key(self, key): member in CertificateBuilder
/external/libbrillo/policy/
Ddevice_policy_impl.cc42 std::string* public_key) { in ReadPublicKeyFromFile()
56 const std::string& public_key) { in VerifySignature()
691 std::string public_key; in VerifyPolicySignature() local

123