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 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()
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/common/include/prov/ |
H A D | der_rsa.h.in | 28 int ossl_DER_w_algorithmIdentifier_RSA_PSS(WPACKET *pkt, int tag,
|
/netbsd-src/crypto/external/bsd/openssl/lib/libdefault/prov/ |
H A D | der_rsa.h | 182 int ossl_DER_w_algorithmIdentifier_RSA_PSS(WPACKET *pkt, int tag,
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/signature/ |
H A D | rsa_sig.c | 261 || !ossl_DER_w_algorithmIdentifier_RSA_PSS(&pkt, -1, in rsa_generate_signature_aid()
|