Home
last modified time | relevance | path

Searched refs:RSA_PSS_PARAMS (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/rsa/
Drsa_asn1.c452 ASN1_SEQUENCE(RSA_PSS_PARAMS) = {
453 ASN1_EXP_OPT(RSA_PSS_PARAMS, hashAlgorithm, X509_ALGOR,0),
454 ASN1_EXP_OPT(RSA_PSS_PARAMS, maskGenAlgorithm, X509_ALGOR,1),
455 ASN1_EXP_OPT(RSA_PSS_PARAMS, saltLength, ASN1_INTEGER,2),
456 ASN1_EXP_OPT(RSA_PSS_PARAMS, trailerField, ASN1_INTEGER,3),
457 } ASN1_SEQUENCE_END(RSA_PSS_PARAMS);
459 IMPLEMENT_ASN1_FUNCTIONS(RSA_PSS_PARAMS);
/external/boringssl/src/crypto/evp/
Dp_rsa_asn1.c317 static RSA_PSS_PARAMS *rsa_pss_decode(const X509_ALGOR *alg, in rsa_pss_decode()
321 RSA_PSS_PARAMS *pss; in rsa_pss_decode()
341 static int rsa_pss_param_print(BIO *bp, RSA_PSS_PARAMS *pss, in rsa_pss_param_print()
428 RSA_PSS_PARAMS *pss; in rsa_sig_print()
547 RSA_PSS_PARAMS *pss = NULL; in rsa_ctx_to_pss()
588 if (!ASN1_item_pack(pss, ASN1_ITEM_rptr(RSA_PSS_PARAMS), &os)) { in rsa_ctx_to_pss()
611 RSA_PSS_PARAMS *pss; in rsa_pss_to_ctx()
/external/boringssl/src/include/openssl/
Drsa.h475 } RSA_PSS_PARAMS; typedef
477 DECLARE_ASN1_FUNCTIONS(RSA_PSS_PARAMS)