Home
last modified time | relevance | path

Searched refs:br_rsa_pkcs1_sig_pad (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/bearssl/src/rsa/
H A Drsa_i15_pkcs1_sign.c33 if (!br_rsa_pkcs1_sig_pad(hash_oid, hash, hash_len, sk->n_bitlen, x)) { in br_rsa_i15_pkcs1_sign()
H A Drsa_i31_pkcs1_sign.c33 if (!br_rsa_pkcs1_sig_pad(hash_oid, hash, hash_len, sk->n_bitlen, x)) { in br_rsa_i31_pkcs1_sign()
H A Drsa_i32_pkcs1_sign.c33 if (!br_rsa_pkcs1_sig_pad(hash_oid, hash, hash_len, sk->n_bitlen, x)) { in br_rsa_i32_pkcs1_sign()
H A Drsa_i62_pkcs1_sign.c35 if (!br_rsa_pkcs1_sig_pad(hash_oid, hash, hash_len, sk->n_bitlen, x)) { in br_rsa_i62_pkcs1_sign()
H A Drsa_pkcs1_sig_pad.c29 br_rsa_pkcs1_sig_pad(const unsigned char *hash_oid, in br_rsa_pkcs1_sig_pad() function
/freebsd/contrib/bearssl/src/
H A Dinner.h1956 uint32_t br_rsa_pkcs1_sig_pad(const unsigned char *hash_oid,