Searched refs:alg (Results 1 – 11 of 11) sorted by relevance
| /include/crypto/ |
| A D | asn1.h | 65 int (*siginf_set) (X509_SIG_INFO *siginf, const X509_ALGOR *alg, 140 const EVP_MD *ossl_x509_algor_get_md(X509_ALGOR *alg); 141 X509_ALGOR *ossl_x509_algor_mgf1_decode(X509_ALGOR *alg);
|
| A D | slh_dsa.h | 27 const char *alg); 53 __owur int ossl_slh_dsa_key_type_matches(const SLH_DSA_KEY *key, const char *alg);
|
| A D | rsa.h | 87 RSA_PSS_PARAMS *ossl_rsa_pss_decode(const X509_ALGOR *alg); 88 int ossl_rsa_param_decode(RSA *rsa, const X509_ALGOR *alg);
|
| A D | ml_dsa.h | 58 const char *alg; member
|
| /include/internal/ |
| A D | ffc.h | 140 void ossl_ffc_set_digest(FFC_PARAMS *params, const char *alg, const char *props);
|
| /include/openssl/ |
| A D | x509.h.in | 350 int X509_signature_print(BIO *bp, const X509_ALGOR *alg, 490 int X509_ALGOR_set0(X509_ALGOR *alg, ASN1_OBJECT *aobj, int ptype, 494 void X509_ALGOR_set_md(X509_ALGOR *alg, const EVP_MD *md); 641 int ASN1_item_verify(const ASN1_ITEM *it, const X509_ALGOR *alg, 644 int ASN1_item_verify_ctx(const ASN1_ITEM *it, const X509_ALGOR *alg, 1036 int PKCS5_pbe_set0_algor(X509_ALGOR *algor, int alg, int iter, 1038 int PKCS5_pbe_set0_algor_ex(X509_ALGOR *algor, int alg, int iter, 1042 X509_ALGOR *PKCS5_pbe_set(int alg, int iter, 1044 X509_ALGOR *PKCS5_pbe_set_ex(int alg, int iter,
|
| A D | ts.h | 138 int TS_MSG_IMPRINT_set_algo(TS_MSG_IMPRINT *a, X509_ALGOR *alg); 476 int TS_X509_ALGOR_print_bio(BIO *bio, const X509_ALGOR *alg);
|
| A D | evp.h | 950 int EVP_CIPHER_CTX_set_algor_params(EVP_CIPHER_CTX *ctx, const X509_ALGOR *alg); 951 int EVP_CIPHER_CTX_get_algor_params(EVP_CIPHER_CTX *ctx, X509_ALGOR *alg); 952 int EVP_CIPHER_CTX_get_algor(EVP_CIPHER_CTX *ctx, X509_ALGOR **alg); 1717 const X509_ALGOR *alg, 1911 int EVP_PKEY_CTX_set_algor_params(EVP_PKEY_CTX *ctx, const X509_ALGOR *alg); 1912 int EVP_PKEY_CTX_get_algor_params(EVP_PKEY_CTX *ctx, X509_ALGOR *alg); 1913 int EVP_PKEY_CTX_get_algor(EVP_PKEY_CTX *ctx, X509_ALGOR **alg);
|
| A D | cmp.h.in | 324 OSSL_CMP_ATAV *OSSL_CMP_ATAV_new_algId(const X509_ALGOR *alg);
|
| A D | ssl.h.in | 2847 int SSL_CTX_compress_certs(SSL_CTX *ctx, int alg); 2848 int SSL_compress_certs(SSL *ssl, int alg); 2857 size_t SSL_CTX_get1_compressed_cert(SSL_CTX *ctx, int alg, unsigned char **data, size_t *orig_len); 2858 size_t SSL_get1_compressed_cert(SSL *ssl, int alg, unsigned char **data, size_t *orig_len);
|
| A D | asn1.h.in | 754 int ASN1_item_verify_ex(const ASN1_ITEM *it, const X509_ALGOR *alg,
|
Completed in 32 milliseconds