/openssl/crypto/evp/ |
H A D | cmeth_lib.c | 25 EVP_CIPHER *cipher = evp_cipher_new(); in EVP_CIPHER_meth_new() local 36 EVP_CIPHER *EVP_CIPHER_meth_dup(const EVP_CIPHER *cipher) in EVP_CIPHER_meth_dup() 58 void EVP_CIPHER_meth_free(EVP_CIPHER *cipher) in EVP_CIPHER_meth_free() 66 int EVP_CIPHER_meth_set_iv_length(EVP_CIPHER *cipher, int iv_len) in EVP_CIPHER_meth_set_iv_length() 75 int EVP_CIPHER_meth_set_flags(EVP_CIPHER *cipher, unsigned long flags) in EVP_CIPHER_meth_set_flags() 93 int EVP_CIPHER_meth_set_init(EVP_CIPHER *cipher, in EVP_CIPHER_meth_set_init() 106 int EVP_CIPHER_meth_set_do_cipher(EVP_CIPHER *cipher, in EVP_CIPHER_meth_set_do_cipher() 119 int EVP_CIPHER_meth_set_cleanup(EVP_CIPHER *cipher, in EVP_CIPHER_meth_set_cleanup() 129 int EVP_CIPHER_meth_set_set_asn1_params(EVP_CIPHER *cipher, in EVP_CIPHER_meth_set_set_asn1_params() 140 int EVP_CIPHER_meth_set_get_asn1_params(EVP_CIPHER *cipher, in EVP_CIPHER_meth_set_get_asn1_params() [all …]
|
H A D | asymcipher.c | 25 EVP_ASYM_CIPHER *cipher = NULL; in evp_pkey_asym_cipher_init() local 322 EVP_ASYM_CIPHER *cipher = OPENSSL_zalloc(sizeof(EVP_ASYM_CIPHER)); in evp_asym_cipher_new() local 342 EVP_ASYM_CIPHER *cipher = NULL; in evp_asym_cipher_from_algorithm() local 454 void EVP_ASYM_CIPHER_free(EVP_ASYM_CIPHER *cipher) in EVP_ASYM_CIPHER_free() 469 int EVP_ASYM_CIPHER_up_ref(EVP_ASYM_CIPHER *cipher) in EVP_ASYM_CIPHER_up_ref() 477 OSSL_PROVIDER *EVP_ASYM_CIPHER_get0_provider(const EVP_ASYM_CIPHER *cipher) in EVP_ASYM_CIPHER_get0_provider() 502 int EVP_ASYM_CIPHER_is_a(const EVP_ASYM_CIPHER *cipher, const char *name) in EVP_ASYM_CIPHER_is_a() 507 int evp_asym_cipher_get_number(const EVP_ASYM_CIPHER *cipher) in evp_asym_cipher_get_number() 512 const char *EVP_ASYM_CIPHER_get0_name(const EVP_ASYM_CIPHER *cipher) in EVP_ASYM_CIPHER_get0_name() 523 void (*fn)(EVP_ASYM_CIPHER *cipher, in EVP_ASYM_CIPHER_do_all_provided() [all …]
|
H A D | evp_enc.c | 93 const EVP_CIPHER *cipher, in evp_cipher_init_internal() 450 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit() 1415 const EVP_CIPHER *cipher = ctx->cipher; in EVP_CIPHER_CTX_get_libctx() local 1524 EVP_CIPHER *cipher = OPENSSL_zalloc(sizeof(EVP_CIPHER)); in evp_cipher_new() local 1569 EVP_CIPHER *cipher = NULL; in evp_cipher_from_algorithm() local 1702 static int evp_cipher_up_ref(void *cipher) in evp_cipher_up_ref() 1707 static void evp_cipher_free(void *cipher) in evp_cipher_free() 1715 EVP_CIPHER *cipher = in EVP_CIPHER_fetch() local 1723 int EVP_CIPHER_up_ref(EVP_CIPHER *cipher) in EVP_CIPHER_up_ref() 1732 void evp_cipher_free_int(EVP_CIPHER *cipher) in evp_cipher_free_int() [all …]
|
H A D | evp_lib.c | 85 const EVP_CIPHER *cipher; in evp_cipher_param_to_asn1_ex() local 156 const EVP_CIPHER *cipher; in evp_cipher_asn1_to_param_ex() local 255 int EVP_CIPHER_get_type(const EVP_CIPHER *cipher) in EVP_CIPHER_get_type() 320 int evp_cipher_cache_constants(EVP_CIPHER *cipher) in evp_cipher_cache_constants() 367 int EVP_CIPHER_get_block_size(const EVP_CIPHER *cipher) in EVP_CIPHER_get_block_size() 440 EVP_CIPHER *cipher; in EVP_CIPHER_CTX_get1_cipher() local 485 int EVP_CIPHER_get_iv_length(const EVP_CIPHER *cipher) in EVP_CIPHER_get_iv_length() 670 int EVP_CIPHER_get_nid(const EVP_CIPHER *cipher) in EVP_CIPHER_get_nid() 689 int evp_cipher_get_number(const EVP_CIPHER *cipher) in evp_cipher_get_number() 716 int EVP_CIPHER_names_do_all(const EVP_CIPHER *cipher, in EVP_CIPHER_names_do_all() [all …]
|
H A D | p5_crpt.c | 27 ASN1_TYPE *param, const EVP_CIPHER *cipher, in PKCS5_PBE_keyivgen_ex() 114 ASN1_TYPE *param, const EVP_CIPHER *cipher, in PKCS5_PBE_keyivgen()
|
H A D | p_seal.c | 27 const EVP_CIPHER *cipher; in EVP_SealInit() local
|
/openssl/demos/cipher/ |
H A D | aeskeywrap.c | 60 EVP_CIPHER *cipher = NULL; in aes_wrap_encrypt() local 118 EVP_CIPHER *cipher = NULL; in aes_wrap_decrypt() local
|
H A D | ariacbc.c | 59 EVP_CIPHER *cipher = NULL; in aria_cbc_encrypt() local 115 EVP_CIPHER *cipher = NULL; in aria_cbc_decrypt() local
|
H A D | aesgcm.c | 74 EVP_CIPHER *cipher = NULL; in aes_gcm_encrypt() local 151 EVP_CIPHER *cipher = NULL; in aes_gcm_decrypt() local
|
H A D | aesccm.c | 75 EVP_CIPHER *cipher = NULL; in aes_ccm_encrypt() local 162 EVP_CIPHER *cipher = NULL; in aes_ccm_decrypt() local
|
/openssl/crypto/pkcs12/ |
H A D | p12_crpt.c | 24 ASN1_TYPE *param, const EVP_CIPHER *cipher, in PKCS12_PBE_keyivgen_ex() 79 ASN1_TYPE *param, const EVP_CIPHER *cipher, in PKCS12_PBE_keyivgen()
|
H A D | p12_p8e.c | 16 X509_SIG *PKCS8_encrypt_ex(int pbe_nid, const EVP_CIPHER *cipher, in PKCS8_encrypt_ex() 60 X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, in PKCS8_encrypt()
|
/openssl/test/ |
H A D | afalgtest.c | 31 const EVP_CIPHER *cipher; in test_afalg_aes_cbc() local 115 const EVP_CIPHER *cipher; in test_pr16743() local
|
H A D | evp_byname_test.c | 28 const EVP_CIPHER *cipher; in test_evp_get_cipherbyname() local
|
H A D | bio_enc_test.c | 38 static int do_bio_cipher(const EVP_CIPHER* cipher, const unsigned char* key, in do_bio_cipher() 214 static int do_test_bio_cipher(const EVP_CIPHER* cipher, int idx) in do_test_bio_cipher()
|
H A D | evp_fetch_prov_test.c | 262 static int encrypt_decrypt(const EVP_CIPHER *cipher, const unsigned char *msg, in encrypt_decrypt() 287 static int test_cipher(const EVP_CIPHER *cipher) in test_cipher() 311 EVP_CIPHER *cipher = NULL; in test_explicit_EVP_CIPHER_fetch() local
|
/openssl/providers/implementations/kdfs/ |
H A D | krb5kdf.c | 53 PROV_CIPHER cipher; member 129 const EVP_CIPHER *cipher; in krb5kdf_derive() local 194 const EVP_CIPHER *cipher; in krb5kdf_get_ctx_params() local 348 const EVP_CIPHER *cipher, ENGINE *engine, in cipher_init() 376 static int KRB5KDF(const EVP_CIPHER *cipher, ENGINE *engine, in KRB5KDF()
|
/openssl/crypto/cms/ |
H A D | cms_enc.c | 31 const EVP_CIPHER *cipher = NULL; in ossl_cms_EncryptedContent_init_bio() local 206 const EVP_CIPHER *cipher, in ossl_cms_EncryptedContent_init()
|
H A D | cms_env.c | 226 CMS_ContentInfo *CMS_EnvelopedData_create_ex(const EVP_CIPHER *cipher, in CMS_EnvelopedData_create_ex() 250 CMS_ContentInfo *CMS_EnvelopedData_create(const EVP_CIPHER *cipher) in CMS_EnvelopedData_create() 296 CMS_AuthEnvelopedData_create_ex(const EVP_CIPHER *cipher, OSSL_LIB_CTX *libctx, in CMS_AuthEnvelopedData_create_ex() 320 CMS_ContentInfo *CMS_AuthEnvelopedData_create(const EVP_CIPHER *cipher) in CMS_AuthEnvelopedData_create() 574 const EVP_CIPHER *cipher = NULL; in cms_RecipientInfo_ktri_decrypt() local 873 EVP_CIPHER *cipher = NULL; in cms_RecipientInfo_kekri_encrypt() local 942 EVP_CIPHER *cipher = NULL; in cms_RecipientInfo_kekri_decrypt() local
|
/openssl/crypto/asn1/ |
H A D | p5_pbev2.c | 166 X509_ALGOR *PKCS5_pbe2_set_iv(const EVP_CIPHER *cipher, int iter, in PKCS5_pbe2_set_iv() 174 X509_ALGOR *PKCS5_pbe2_set(const EVP_CIPHER *cipher, int iter, in PKCS5_pbe2_set()
|
/openssl/providers/implementations/macs/ |
H A D | cmac_prov.c | 52 PROV_CIPHER cipher; member 134 const EVP_CIPHER *cipher = ossl_prov_cipher_cipher(&macctx->cipher); in tdes_check_param() local 272 const EVP_CIPHER *cipher = ossl_prov_cipher_cipher(&macctx->cipher); in cmac_set_ctx_params() local
|
/openssl/providers/implementations/include/prov/ |
H A D | macsignature.h | 20 PROV_CIPHER cipher; member
|
/openssl/providers/common/include/prov/ |
H A D | provider_util.h | 19 const EVP_CIPHER *cipher; /* cipher */ member
|
/openssl/crypto/engine/ |
H A D | eng_openssl.c | 234 EVP_CIPHER *cipher; in test_r4_cipher() local 259 EVP_CIPHER *cipher; in test_r4_40_cipher() local 286 const EVP_CIPHER *cipher; in test_cipher_nids() local 298 static int openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher, in openssl_ciphers()
|
/openssl/crypto/cmac/ |
H A D | cmac.c | 112 const EVP_CIPHER *cipher, ENGINE *impl, in ossl_cmac_init() 174 const EVP_CIPHER *cipher, ENGINE *impl) in CMAC_Init()
|