Home
last modified time | relevance | path

Searched defs:cipher (Results 1 – 25 of 117) sorted by relevance

12345

/openssl/crypto/evp/
H A Dcmeth_lib.c25 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 Dasymcipher.c25 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 Devp_enc.c93 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 Devp_lib.c85 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 Dp5_crpt.c27 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 Dp_seal.c27 const EVP_CIPHER *cipher; in EVP_SealInit() local
/openssl/demos/cipher/
H A Daeskeywrap.c60 EVP_CIPHER *cipher = NULL; in aes_wrap_encrypt() local
118 EVP_CIPHER *cipher = NULL; in aes_wrap_decrypt() local
H A Dariacbc.c59 EVP_CIPHER *cipher = NULL; in aria_cbc_encrypt() local
115 EVP_CIPHER *cipher = NULL; in aria_cbc_decrypt() local
H A Daesgcm.c74 EVP_CIPHER *cipher = NULL; in aes_gcm_encrypt() local
151 EVP_CIPHER *cipher = NULL; in aes_gcm_decrypt() local
H A Daesccm.c75 EVP_CIPHER *cipher = NULL; in aes_ccm_encrypt() local
162 EVP_CIPHER *cipher = NULL; in aes_ccm_decrypt() local
/openssl/crypto/pkcs12/
H A Dp12_crpt.c24 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 Dp12_p8e.c16 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 Dafalgtest.c31 const EVP_CIPHER *cipher; in test_afalg_aes_cbc() local
115 const EVP_CIPHER *cipher; in test_pr16743() local
H A Devp_byname_test.c28 const EVP_CIPHER *cipher; in test_evp_get_cipherbyname() local
H A Dbio_enc_test.c38 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 Devp_fetch_prov_test.c262 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 Dkrb5kdf.c53 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 Dcms_enc.c31 const EVP_CIPHER *cipher = NULL; in ossl_cms_EncryptedContent_init_bio() local
206 const EVP_CIPHER *cipher, in ossl_cms_EncryptedContent_init()
H A Dcms_env.c226 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 Dp5_pbev2.c166 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 Dcmac_prov.c52 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 Dmacsignature.h20 PROV_CIPHER cipher; member
/openssl/providers/common/include/prov/
H A Dprovider_util.h19 const EVP_CIPHER *cipher; /* cipher */ member
/openssl/crypto/engine/
H A Deng_openssl.c234 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 Dcmac.c112 const EVP_CIPHER *cipher, ENGINE *impl, in ossl_cmac_init()
174 const EVP_CIPHER *cipher, ENGINE *impl) in CMAC_Init()

Completed in 70 milliseconds

12345