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

/external/boringssl/src/crypto/dsa/
H A Ddsa_test.c123 /* fips_sig is a DER-encoded version of the r and s values in FIPS PUB 186-1. */
124 static const uint8_t fips_sig[] = { variable
132 /* fips_sig_negative is fips_sig with r encoded as a negative number. */
141 /* fip_sig_extra is fips_sig with trailing data. */
150 /* fips_sig_lengths is fips_sig with a non-minimally encoded length. */
159 /* fips_sig_bad_r is fips_sig with a bad r value. */
283 !test_verify(fips_sig, sizeof(fips_sig), 1) ||

Completed in 65 milliseconds