webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
internal.h File Reference
#include <openssl/base.h>
#include <openssl/evp.h>
#include <openssl/x509.h>

Go to the source code of this file.

Functions

int x509_rsa_pss_to_ctx (EVP_MD_CTX *ctx, X509_ALGOR *sigalg, EVP_PKEY *pkey)
 
int x509_rsa_ctx_to_pss (EVP_MD_CTX *ctx, X509_ALGOR *algor)
 
int x509_print_rsa_pss_params (BIO *bp, const X509_ALGOR *sigalg, int indent, ASN1_PCTX *pctx)
 
int x509_digest_sign_algorithm (EVP_MD_CTX *ctx, X509_ALGOR *algor)
 
int x509_digest_verify_init (EVP_MD_CTX *ctx, X509_ALGOR *sigalg, EVP_PKEY *pkey)
 

Function Documentation

◆ x509_digest_sign_algorithm()

int x509_digest_sign_algorithm ( EVP_MD_CTX ctx,
X509_ALGOR algor 
)

◆ x509_digest_verify_init()

int x509_digest_verify_init ( EVP_MD_CTX ctx,
X509_ALGOR sigalg,
EVP_PKEY pkey 
)

◆ x509_print_rsa_pss_params()

int x509_print_rsa_pss_params ( BIO bp,
const X509_ALGOR sigalg,
int  indent,
ASN1_PCTX pctx 
)

◆ x509_rsa_ctx_to_pss()

int x509_rsa_ctx_to_pss ( EVP_MD_CTX ctx,
X509_ALGOR algor 
)

◆ x509_rsa_pss_to_ctx()

int x509_rsa_pss_to_ctx ( EVP_MD_CTX ctx,
X509_ALGOR sigalg,
EVP_PKEY pkey 
)