/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/ |
H A D | e_des.c | 65 EVP_CIPHER_CTX_get_cipher_data(ctx), in des_ecb_cipher() 76 EVP_CIPHER_CTX_get_cipher_data(ctx), in des_ofb_cipher() 86 EVP_CIPHER_CTX_get_cipher_data(ctx), in des_ofb_cipher() 96 EVP_DES_KEY *dat = (EVP_DES_KEY *) EVP_CIPHER_CTX_get_cipher_data(ctx); in des_cbc_cipher() 104 EVP_CIPHER_CTX_get_cipher_data(ctx), in des_cbc_cipher() 113 EVP_CIPHER_CTX_get_cipher_data(ctx), in des_cbc_cipher() 125 EVP_CIPHER_CTX_get_cipher_data(ctx), in des_cfb64_cipher() 136 EVP_CIPHER_CTX_get_cipher_data(ctx), in des_cfb64_cipher() 160 DES_cfb_encrypt(c, d, 1, 1, EVP_CIPHER_CTX_get_cipher_data(ctx), in des_cfb1_cipher() 182 EVP_CIPHER_CTX_get_cipher_data(ctx), in des_cfb8_cipher() [all …]
|
H A D | e_rc4.c | 31 # define data(ctx) ((EVP_RC4_KEY *)EVP_CIPHER_CTX_get_cipher_data(ctx))
|
H A D | e_sm4.c | 29 ossl_sm4_set_key(key, EVP_CIPHER_CTX_get_cipher_data(ctx)); in sm4_init_key()
|
H A D | e_rc4_hmac_md5.c | 42 # define data(ctx) ((EVP_RC4_HMAC_MD5 *)EVP_CIPHER_CTX_get_cipher_data(ctx))
|
H A D | e_aria.c | 70 EVP_CIPHER_CTX_get_cipher_data(ctx)); in aria_init_key() 74 EVP_CIPHER_CTX_get_cipher_data(ctx)); in aria_init_key()
|
H A D | e_camellia.c | 56 (EVP_CAMELLIA_KEY *)EVP_CIPHER_CTX_get_cipher_data(ctx); in cmll_t4_init_key()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/ |
H A D | e_des.c | 60 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 …]
|
H A D | e_rc4.c | 25 # define data(ctx) ((EVP_RC4_KEY *)EVP_CIPHER_CTX_get_cipher_data(ctx))
|
H A D | e_sm4.c | 26 SM4_set_key(key, EVP_CIPHER_CTX_get_cipher_data(ctx)); in sm4_init_key()
|
H A D | e_rc4_hmac_md5.c | 35 # define data(ctx) ((EVP_RC4_HMAC_MD5 *)EVP_CIPHER_CTX_get_cipher_data(ctx))
|
H A D | e_aria.c | 68 EVP_CIPHER_CTX_get_cipher_data(ctx)); in aria_init_key() 71 EVP_CIPHER_CTX_get_cipher_data(ctx)); in aria_init_key()
|
H A D | evp_lib.c | 223 void *EVP_CIPHER_CTX_get_cipher_data(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_get_cipher_data() function
|
H A D | e_camellia.c | 80 (EVP_CAMELLIA_KEY *)EVP_CIPHER_CTX_get_cipher_data(ctx);
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | EVP_CIPHER_CTX_get_cipher_data.pod | 5 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()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | EVP_CIPHER_CTX_get_cipher_data.pod | 5 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()
|
H A D | EVP_CIPHER_meth_new.pod | 142 EVP_CIPHER_CTX_get_cipher_data(). 203 EVP_CIPHER_CTX_get_cipher_data().
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/engine/ |
H A D | eng_devcrypto.c | 153 (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()
|
H A D | eng_openssl.c | 190 # define test(ctx) ((TEST_RC4_KEY *)EVP_CIPHER_CTX_get_cipher_data(ctx))
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/engines/ |
H A D | e_dasync.c | 573 (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()
|
H A D | e_afalg.c | 512 actx = EVP_CIPHER_CTX_get_cipher_data(ctx); in afalg_cipher_init() 578 actx = (afalg_ctx *) EVP_CIPHER_CTX_get_cipher_data(ctx); in afalg_do_cipher() 626 actx = (afalg_ctx *) EVP_CIPHER_CTX_get_cipher_data(ctx); in afalg_cipher_cleanup()
|
/netbsd-src/crypto/external/bsd/openssl/dist/engines/ |
H A D | e_devcrypto.c | 208 (struct cipher_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in cipher_init() 244 (struct cipher_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in cipher_do_cipher() 325 (struct cipher_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in ctr_do_cipher() 365 (struct cipher_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in cipher_ctrl() 376 (struct cipher_ctx *)EVP_CIPHER_CTX_get_cipher_data(to_ctx); in cipher_ctrl() 395 (struct cipher_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in cipher_cleanup()
|
H A D | e_dasync.c | 634 (struct dasync_pipeline_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in dasync_cipher_ctrl_helper() 721 (struct dasync_pipeline_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in dasync_cipher_init_key_helper() 751 (struct dasync_pipeline_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in dasync_cipher_helper() 791 (struct dasync_pipeline_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in dasync_cipher_cleanup_helper()
|
H A D | e_afalg.c | 570 actx = EVP_CIPHER_CTX_get_cipher_data(ctx); in afalg_cipher_init() 637 actx = (afalg_ctx *) EVP_CIPHER_CTX_get_cipher_data(ctx); in afalg_do_cipher() 685 actx = (afalg_ctx *) EVP_CIPHER_CTX_get_cipher_data(ctx); in afalg_cipher_cleanup()
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/ |
H A D | man.inc | 139 EVP_CIPHER_CTX_get_cipher_data.3 \
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/engine/ |
H A D | eng_openssl.c | 204 # define test(ctx) ((TEST_RC4_KEY *)EVP_CIPHER_CTX_get_cipher_data(ctx))
|