Home
last modified time | relevance | path

Searched refs:rsa_pss_to_ctx (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/evp/
Dp_rsa_asn1.c569 static int rsa_pss_to_ctx(EVP_MD_CTX *ctx, X509_ALGOR *sigalg, EVP_PKEY *pkey) { in rsa_pss_to_ctx() function
579 OPENSSL_PUT_ERROR(EVP, rsa_pss_to_ctx, EVP_R_UNSUPPORTED_SIGNATURE_TYPE); in rsa_pss_to_ctx()
585 OPENSSL_PUT_ERROR(EVP, rsa_pss_to_ctx, EVP_R_INVALID_PSS_PARAMETERS); in rsa_pss_to_ctx()
605 OPENSSL_PUT_ERROR(EVP, rsa_pss_to_ctx, EVP_R_INVALID_SALT_LENGTH); in rsa_pss_to_ctx()
613 OPENSSL_PUT_ERROR(EVP, rsa_pss_to_ctx, EVP_R_INVALID_TRAILER); in rsa_pss_to_ctx()
645 return rsa_pss_to_ctx(ctx, sigalg, pkey); in rsa_digest_verify_init_from_algorithm()
/external/boringssl/src/crypto/err/
Devp.errordata67 EVP,function,156,rsa_pss_to_ctx