Home
last modified time | relevance | path

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

/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Dec.py21 def _check_signature_algorithm(signature_algorithm): argument
143 def signer(self, signature_algorithm): argument
220 def sign(self, data, signature_algorithm): argument
245 def verifier(self, signature, signature_algorithm): argument
335 def verify(self, signature, data, signature_algorithm): argument
Dutils.py55 def _check_not_prehashed(signature_algorithm): argument
Ddsa.py124 def signer(self, signature_algorithm): argument
212 def verifier(self, signature, signature_algorithm): argument
Dbackend.py1334 def elliptic_curve_signature_algorithm_supported( argument
/external/avb/proto/crypto/sigpb/
Dsigpb.proto54 SignatureAlgorithm signature_algorithm = 2; field
/external/python/cryptography/src/cryptography/hazmat/primitives/asymmetric/
Dec.py65 def signer(self, signature_algorithm): argument
96 def sign(self, data, signature_algorithm): argument
120 def verifier(self, signature, signature_algorithm): argument
150 def verify(self, signature, data, signature_algorithm): argument
Ddsa.py53 def signer(self, signature_algorithm): argument
95 def verifier(self, signature, signature_algorithm): argument
/external/boringssl/src/ssl/
Dtls13_both.cc349 uint16_t signature_algorithm; in tls13_process_certificate_verify() local
550 uint16_t signature_algorithm; in tls13_add_certificate_verify() local
Dhandshake_client.cc1034 uint16_t signature_algorithm = 0; in do_read_server_key_exchange() local
1422 uint16_t signature_algorithm; in do_send_client_certificate_verify() local
Dssl_privkey.cc437 uint16_t signature_algorithm; member
511 uint16_t signature_algorithm; member
Dhandshake_server.cc1037 uint16_t signature_algorithm; in do_send_server_key_exchange() local
1438 uint16_t signature_algorithm = 0; in do_read_client_certificate_verify() local
/external/cros/system_api/dbus/cryptohome/
Dkey.proto80 repeated ChallengeSignatureAlgorithm signature_algorithm = 2; field
Drpc.proto415 optional ChallengeSignatureAlgorithm signature_algorithm = 3; field
/external/avb/proto/
Dtrillian.proto149 sigpb.DigitallySigned.SignatureAlgorithm signature_algorithm = 6; field
/external/grpc-grpc/src/core/lib/security/credentials/jwt/
Djson_token.cc250 const char* signature_algorithm, in compute_and_encode_signature()
/external/python/cryptography/src/cryptography/hazmat/backends/
Dinterfaces.py186 def elliptic_curve_signature_algorithm_supported( argument
/external/boringssl/src/ssl/test/
Dtest_config.cc959 uint16_t signature_algorithm, const uint8_t *in, size_t in_len) { in AsyncPrivateKeySign()