/openssl-master/crypto/asn1/ |
A D | p5_pbe.c | 82 int PKCS5_pbe_set0_algor(X509_ALGOR *algor, int alg, int iter, in PKCS5_pbe_set0_algor() 90 X509_ALGOR *PKCS5_pbe_set_ex(int alg, int iter, in PKCS5_pbe_set_ex() 108 X509_ALGOR *PKCS5_pbe_set(int alg, int iter, in PKCS5_pbe_set()
|
A D | x_algor.c | 74 void X509_ALGOR_set_md(X509_ALGOR *alg, const EVP_MD *md) in X509_ALGOR_set_md() 145 const EVP_MD *ossl_x509_algor_get_md(X509_ALGOR *alg) in ossl_x509_algor_get_md() 157 X509_ALGOR *ossl_x509_algor_mgf1_decode(X509_ALGOR *alg) in ossl_x509_algor_mgf1_decode()
|
A D | a_verify.c | 89 int ASN1_item_verify(const ASN1_ITEM *it, const X509_ALGOR *alg, in ASN1_item_verify() 96 int ASN1_item_verify_ex(const ASN1_ITEM *it, const X509_ALGOR *alg, in ASN1_item_verify_ex() 112 int ASN1_item_verify_ctx(const ASN1_ITEM *it, const X509_ALGOR *alg, in ASN1_item_verify_ctx()
|
/openssl-master/crypto/cms/ |
A D | cms_rsa.c | 17 static RSA_OAEP_PARAMS *rsa_oaep_decode(const X509_ALGOR *alg) in rsa_oaep_decode() 115 X509_ALGOR *alg; in rsa_cms_encrypt() local 192 X509_ALGOR *alg; in rsa_cms_sign() local 218 X509_ALGOR *alg; in rsa_cms_verify() local
|
A D | cms_dh.c | 20 X509_ALGOR *alg, ASN1_BIT_STRING *pubkey) in dh_cms_set_peerkey() 83 X509_ALGOR *alg, *kekalg = NULL; in dh_cms_set_shared_info() local 169 X509_ALGOR *alg; in dh_cms_decrypt() local
|
A D | cms_ec.c | 72 X509_ALGOR *alg, ASN1_BIT_STRING *pubkey) in ecdh_cms_set_peerkey() 160 X509_ALGOR *alg, *kekalg = NULL; in ecdh_cms_set_shared_info() local 227 X509_ALGOR *alg; in ecdh_cms_decrypt() local
|
/openssl-master/crypto/evp/ |
A D | kdf_meth.c | 187 void *alg; in EVP_KDF_gettable_ctx_params() local 197 void *alg; in EVP_KDF_settable_ctx_params() local 207 void *alg; in EVP_KDF_CTX_gettable_params() local 217 void *alg; in EVP_KDF_CTX_settable_params() local
|
A D | mac_meth.c | 192 void *alg; in EVP_MAC_gettable_ctx_params() local 202 void *alg; in EVP_MAC_settable_ctx_params() local 212 void *alg; in EVP_MAC_CTX_gettable_params() local 222 void *alg; in EVP_MAC_CTX_settable_params() local
|
/openssl-master/crypto/property/ |
A D | property.c | 251 static int ossl_method_store_insert(OSSL_METHOD_STORE *store, ALGORITHM *alg) in ossl_method_store_insert() 261 ALGORITHM *alg = NULL; in ossl_method_store_add() local 337 ALGORITHM *alg = NULL; in ossl_method_store_remove() local 371 static void alg_do_one(ALGORITHM *alg, IMPLEMENTATION *impl, in alg_do_one() 383 static void alg_do_each(ossl_uintmax_t idx, ALGORITHM *alg, void *arg) in alg_do_each() 412 ALGORITHM *alg; in ossl_method_store_fetch() local 489 static void impl_cache_flush_alg(ossl_uintmax_t idx, ALGORITHM *alg, void *arg) in impl_cache_flush_alg() 506 ALGORITHM *alg = ossl_method_store_retrieve(store, nid); in ossl_method_cache_flush() local 569 static void impl_cache_flush_one_alg(ossl_uintmax_t idx, ALGORITHM *alg, in impl_cache_flush_one_alg() 595 ALGORITHM *alg; in ossl_method_store_cache_get() local [all …]
|
/openssl-master/providers/implementations/include/prov/ |
A D | ciphercommon_aead.h | 14 #define IMPLEMENT_aead_cipher(alg, lc, UCMODE, flags, kbits, blkbits, ivbits) \ argument
|
A D | ciphercommon.h | 128 #define IMPLEMENT_generic_cipher_func(alg, UCALG, lcmode, UCMODE, flags, kbits,\ argument 155 #define IMPLEMENT_var_keylen_cipher_func(alg, UCALG, lcmode, UCMODE, flags, \ argument 183 #define IMPLEMENT_generic_cipher_genfn(alg, UCALG, lcmode, UCMODE, flags, \ argument 205 #define IMPLEMENT_generic_cipher(alg, UCALG, lcmode, UCMODE, flags, kbits, \ argument 212 #define IMPLEMENT_var_keylen_cipher(alg, UCALG, lcmode, UCMODE, flags, kbits, \ argument
|
/openssl-master/crypto/cmp/ |
A D | cmp_protect.c | 187 static int set_pbmac_algor(const OSSL_CMP_CTX *ctx, X509_ALGOR **alg) in set_pbmac_algor() 225 static int set_sig_algor(const OSSL_CMP_CTX *ctx, X509_ALGOR **alg) in set_sig_algor()
|
/openssl-master/providers/implementations/ciphers/ |
A D | cipher_cts.h | 13 #define IMPLEMENT_cts_cipher(alg, UCALG, lcmode, UCMODE, flags, kbits, \ argument
|
A D | cipher_rc4.c | 73 #define IMPLEMENT_cipher(alg, UCALG, flags, kbits, blkbits, ivbits, typ) \ argument
|
/openssl-master/crypto/engine/ |
A D | eng_fat.c | 50 static int int_def_cb(const char *alg, int len, void *arg) in int_def_cb()
|
/openssl-master/test/ |
A D | provider_pkey_test.c | 22 static int fetch_sig(OSSL_LIB_CTX *ctx, const char *alg, const char *propq, in fetch_sig()
|
A D | evp_pkey_provided_test.c | 54 static int compare_with_file(const char *alg, int type, BIO *membio) in compare_with_file() 131 static int test_print_key_using_pem(const char *alg, const EVP_PKEY *pk) in test_print_key_using_pem() 161 static int test_print_key_type_using_encoder(const char *alg, int type, in test_print_key_type_using_encoder() 270 static int test_print_key_using_encoder(const char *alg, const EVP_PKEY *pk) in test_print_key_using_encoder() 282 static int test_print_key_using_encoder_public(const char *alg, in test_print_key_using_encoder_public() 868 const char *alg = NULL; in test_fromdata_ecx() local 1127 const char *alg = "EC"; in test_fromdata_ec() local
|
A D | algorithmid_test.c | 26 X509_ALGOR *alg = NULL; in test_spki_aid() local 114 const X509_ALGOR *alg = NULL; in test_x509_sig_aid() local
|
/openssl-master/providers/common/include/prov/ |
A D | provider_util.h | 129 OSSL_ALGORITHM alg; member
|
/openssl-master/crypto/rsa/ |
A D | rsa_backend.c | 442 RSA_PSS_PARAMS *ossl_rsa_pss_decode(const X509_ALGOR *alg) in ossl_rsa_pss_decode() 531 int ossl_rsa_param_decode(RSA *rsa, const X509_ALGOR *alg) in ossl_rsa_param_decode() 563 const X509_ALGOR *alg; in ossl_rsa_key_from_pkcs8() local
|
/openssl-master/crypto/ocsp/ |
A D | ocsp_lib.c | 49 X509_ALGOR *alg; in OCSP_cert_id_new() local
|
/openssl-master/crypto/pkcs7/ |
A D | pk7_attr.c | 53 X509_ALGOR *alg; in PKCS7_simple_smimecap() local
|
A D | pk7_lib.c | 192 X509_ALGOR *alg; in PKCS7_add_signer() local 329 X509_ALGOR *alg = NULL; in pkcs7_rsa_sign_verify_setup() local 599 X509_ALGOR *alg = NULL; in pkcs7_rsa_encrypt_decrypt_setup() local
|
/openssl-master/crypto/ts/ |
A D | ts_lib.c | 73 int TS_X509_ALGOR_print_bio(BIO *bio, const X509_ALGOR *alg) in TS_X509_ALGOR_print_bio()
|
/openssl-master/providers/implementations/encode_decode/ |
A D | decode_epki2pki.c | 69 const X509_ALGOR *alg = NULL; in epki2pki_decode() local
|