Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_CTX_get_cipher_data (Results 1 – 20 of 20) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/evp/
HDe_des.c60 EVP_CIPHER_CTX_get_cipher_data(ctx), in des_ecb_cipher()
71 EVP_CIPHER_CTX_get_cipher_data(ctx), in des_ofb_cipher()
81 EVP_CIPHER_CTX_get_cipher_data(ctx), in des_ofb_cipher()
91 EVP_DES_KEY *dat = (EVP_DES_KEY *) EVP_CIPHER_CTX_get_cipher_data(ctx); in des_cbc_cipher()
100 EVP_CIPHER_CTX_get_cipher_data(ctx), in des_cbc_cipher()
109 EVP_CIPHER_CTX_get_cipher_data(ctx), in des_cbc_cipher()
121 EVP_CIPHER_CTX_get_cipher_data(ctx), in des_cfb64_cipher()
132 EVP_CIPHER_CTX_get_cipher_data(ctx), in des_cfb64_cipher()
156 DES_cfb_encrypt(c, d, 1, 1, EVP_CIPHER_CTX_get_cipher_data(ctx), in des_cfb1_cipher()
178 EVP_CIPHER_CTX_get_cipher_data(ctx), in des_cfb8_cipher()
[all …]
HDe_rc4.c25 # define data(ctx) ((EVP_RC4_KEY *)EVP_CIPHER_CTX_get_cipher_data(ctx))
HDe_sm4.c26 SM4_set_key(key, EVP_CIPHER_CTX_get_cipher_data(ctx)); in sm4_init_key()
HDe_rc4_hmac_md5.c35 # define data(ctx) ((EVP_RC4_HMAC_MD5 *)EVP_CIPHER_CTX_get_cipher_data(ctx))
HDe_aria.c68 EVP_CIPHER_CTX_get_cipher_data(ctx)); in aria_init_key()
71 EVP_CIPHER_CTX_get_cipher_data(ctx)); in aria_init_key()
HDevp_lib.c223 void *EVP_CIPHER_CTX_get_cipher_data(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_get_cipher_data() function
HDe_camellia.c80 (EVP_CAMELLIA_KEY *)EVP_CIPHER_CTX_get_cipher_data(ctx);
HDe_aes_cbc_hmac_sha1.c61 # define data(ctx) ((EVP_AES_HMAC_SHA1 *)EVP_CIPHER_CTX_get_cipher_data(ctx))
HDe_aes_cbc_hmac_sha256.c58 # define data(ctx) ((EVP_AES_HMAC_SHA256 *)EVP_CIPHER_CTX_get_cipher_data(ctx))
/freebsd-13-stable/crypto/openssl/doc/man3/
HDEVP_CIPHER_CTX_get_cipher_data.pod5 EVP_CIPHER_CTX_get_cipher_data, EVP_CIPHER_CTX_set_cipher_data - Routines to
12 void *EVP_CIPHER_CTX_get_cipher_data(const EVP_CIPHER_CTX *ctx);
17 The EVP_CIPHER_CTX_get_cipher_data() function returns a pointer to the cipher
31 The EVP_CIPHER_CTX_get_cipher_data() function returns a pointer to the current
39 The EVP_CIPHER_CTX_get_cipher_data() and EVP_CIPHER_CTX_set_cipher_data()
HDEVP_CIPHER_meth_new.pod142 EVP_CIPHER_CTX_get_cipher_data().
203 EVP_CIPHER_CTX_get_cipher_data().
/freebsd-13-stable/crypto/openssl/crypto/engine/
HDeng_devcrypto.c153 (struct cipher_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in cipher_init()
180 (struct cipher_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in cipher_do_cipher()
261 (struct cipher_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in ctr_do_cipher()
301 (struct cipher_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in cipher_ctrl()
311 (struct cipher_ctx *)EVP_CIPHER_CTX_get_cipher_data(to_ctx); in cipher_ctrl()
330 (struct cipher_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in cipher_cleanup()
HDeng_openssl.c190 # define test(ctx) ((TEST_RC4_KEY *)EVP_CIPHER_CTX_get_cipher_data(ctx))
/freebsd-13-stable/crypto/openssl/engines/
HDe_dasync.c573 (struct dasync_pipeline_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in dasync_cipher_ctrl_helper()
663 (struct dasync_pipeline_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in dasync_cipher_init_key_helper()
693 (struct dasync_pipeline_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in dasync_cipher_helper()
733 (struct dasync_pipeline_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in dasync_cipher_cleanup_helper()
HDe_afalg.c513 actx = EVP_CIPHER_CTX_get_cipher_data(ctx); in afalg_cipher_init()
579 actx = (afalg_ctx *) EVP_CIPHER_CTX_get_cipher_data(ctx); in afalg_do_cipher()
627 actx = (afalg_ctx *) EVP_CIPHER_CTX_get_cipher_data(ctx); in afalg_cipher_cleanup()
HDe_padlock.c308 NEAREST_ALIGNED(EVP_CIPHER_CTX_get_cipher_data(ctx)))
/freebsd-13-stable/crypto/openssl/include/crypto/
HDevp.h164 ((kstruct *)EVP_CIPHER_CTX_get_cipher_data(ctx))
/freebsd-13-stable/crypto/openssl/include/openssl/
HDevp.h490 void *EVP_CIPHER_CTX_get_cipher_data(const EVP_CIPHER_CTX *ctx);
/freebsd-13-stable/secure/lib/libcrypto/
HDVersion.map1418 EVP_CIPHER_CTX_get_cipher_data;
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
HDMakefile136 MAN+= EVP_CIPHER_CTX_get_cipher_data.3
1368 MLINKS+= EVP_CIPHER_CTX_get_cipher_data.3 EVP_CIPHER_CTX_set_cipher_data.3