Home
last modified time | relevance | path

Searched refs:ossl_DER_w_algorithmIdentifier_RSA_PSS (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/providers/common/der/
H A Dder_rsa_key.c367 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()
/netbsd-src/crypto/external/bsd/openssl/dist/providers/common/include/prov/
H A Dder_rsa.h.in28 int ossl_DER_w_algorithmIdentifier_RSA_PSS(WPACKET *pkt, int tag,
/netbsd-src/crypto/external/bsd/openssl/lib/libdefault/prov/
H A Dder_rsa.h182 int ossl_DER_w_algorithmIdentifier_RSA_PSS(WPACKET *pkt, int tag,
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/signature/
H A Drsa_sig.c261 || !ossl_DER_w_algorithmIdentifier_RSA_PSS(&pkt, -1, in rsa_generate_signature_aid()