Searched refs:ossl_DER_w_algorithmIdentifier_RSA_PSS (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/crypto/openssl/providers/common/der/ |
H A D | der_rsa_key.c | 367 int ossl_DER_w_algorithmIdentifier_RSA_PSS(WPACKET *pkt, int tag, in ossl_DER_w_algorithmIdentifier_RSA_PSS() function 398 return ossl_DER_w_algorithmIdentifier_RSA_PSS(pkt, tag, rsa_type, in ossl_DER_w_algorithmIdentifier_RSA()
|
/freebsd-src/crypto/openssl/providers/common/include/prov/ |
H A D | der_rsa.h.in | 28 int ossl_DER_w_algorithmIdentifier_RSA_PSS(WPACKET *pkt, int tag,
|
H A D | der_rsa.h | 182 int ossl_DER_w_algorithmIdentifier_RSA_PSS(WPACKET *pkt, int tag,
|
/freebsd-src/crypto/openssl/providers/implementations/signature/ |
H A D | rsa_sig.c | 261 || !ossl_DER_w_algorithmIdentifier_RSA_PSS(&pkt, -1, in rsa_generate_signature_aid()
|