Searched refs:ECDSA_SIG_to_bytes (Results 1 - 5 of 5) sorted by relevance

/external/boringssl/src/crypto/ecdsa/
H A Decdsa_asn1.c152 int ECDSA_SIG_to_bytes(uint8_t **out_bytes, size_t *out_len, function
221 if (!ECDSA_SIG_to_bytes(&der, &der_len, sig)) {
H A Decdsa_test.cc82 if (!ECDSA_SIG_to_bytes(&der, &der_len, ecdsa_sig)) {
328 if (!ECDSA_SIG_to_bytes(&der, &der_len, sig.get())) {
H A Decdsa.c94 if (!ECDSA_SIG_to_bytes(&der, &der_len, s) ||
/external/boringssl/include/openssl/
H A Decdsa.h164 /* ECDSA_SIG_to_bytes marshals |sig| as a DER-encoded ECDSA-Sig-Value and, on
168 OPENSSL_EXPORT int ECDSA_SIG_to_bytes(uint8_t **out_bytes, size_t *out_len,
/external/boringssl/src/include/openssl/
H A Decdsa.h164 /* ECDSA_SIG_to_bytes marshals |sig| as a DER-encoded ECDSA-Sig-Value and, on
168 OPENSSL_EXPORT int ECDSA_SIG_to_bytes(uint8_t **out_bytes, size_t *out_len,

Completed in 417 milliseconds