Searched refs:maskHash (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/evp/
H A Dp_rsa_asn1.c302 X509_ALGOR *maskHash, int indent) {
338 if (maskHash) {
339 if (i2a_ASN1_OBJECT(bp, maskHash->algorithm) <= 0) {
389 X509_ALGOR *maskHash; local
391 pss = rsa_pss_decode(sigalg, &maskHash);
392 rv = rsa_pss_param_print(bp, pss, maskHash, indent);
396 if (maskHash) {
397 X509_ALGOR_free(maskHash);
504 static const EVP_MD *rsa_mgf1_to_md(X509_ALGOR *alg, X509_ALGOR *maskHash) { argument
514 if (!maskHash) {
301 rsa_pss_param_print(BIO *bp, RSA_PSS_PARAMS *pss, X509_ALGOR *maskHash, int indent) argument
595 X509_ALGOR *maskHash; local
[all...]
/external/openssl/crypto/rsa/
H A Drsa_ameth.c302 X509_ALGOR *maskHash, int indent)
340 if (maskHash)
342 if (i2a_ASN1_OBJECT(bp, maskHash->algorithm) <= 0)
393 X509_ALGOR *maskHash; local
394 pss = rsa_pss_decode(sigalg, &maskHash);
395 rv = rsa_pss_param_print(bp, pss, maskHash, indent);
398 if (maskHash)
399 X509_ALGOR_free(maskHash);
468 X509_ALGOR *maskHash; local
477 pss = rsa_pss_decode(sigalg, &maskHash);
301 rsa_pss_param_print(BIO *bp, RSA_PSS_PARAMS *pss, X509_ALGOR *maskHash, int indent) argument
[all...]

Completed in 119 milliseconds