Searched refs:r_bytes (Results 1 – 1 of 1) sorted by relevance
64 unsigned char r_bytes[P256_NBYTES]; in dsa_sig_unpack() local69 memset(r_bytes, 0, sizeof(r_bytes)); in dsa_sig_unpack()117 if (!trim_to_p256_bytes(r_bytes, &sig[4], r_len) in dsa_sig_unpack()122 p256_from_bin(r_bytes, r_int); in dsa_sig_unpack()