Searched refs:trim_to_p256_bytes (Results 1 – 1 of 1) sorted by relevance
35 static inline int trim_to_p256_bytes(unsigned char dst[P256_NBYTES], unsigned char *src, in trim_to_p256_bytes() function117 if (!trim_to_p256_bytes(r_bytes, &sig[4], r_len) in dsa_sig_unpack()118 || !trim_to_p256_bytes(s_bytes, &sig[6 + r_len], s_len)) { in dsa_sig_unpack()