/openssl/crypto/pkcs12/ |
H A D | p12_init.c | 18 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq) in PKCS12_init_ex() 54 PKCS12 *PKCS12_init(int mode) in PKCS12_init()
|
/openssl/providers/implementations/ciphers/ |
H A D | cipher_camellia_hw.c | 23 int ret, mode = dat->mode; in cipher_hw_camellia_initkey() local 55 #define PROV_CIPHER_HW_camellia_mode(mode) \ argument
|
H A D | cipher_aria_hw.c | 16 int ret, mode = dat->mode; in cipher_hw_aria_initkey() local 35 # define PROV_CIPHER_HW_aria_mode(mode) \ argument
|
H A D | cipher_idea_hw.c | 39 # define PROV_CIPHER_HW_idea_mode_ex(mode, UCMODE, fname) \ argument 51 # define PROV_CIPHER_HW_idea_mode(mode, UCMODE) \ argument
|
H A D | cipher_blowfish_hw.c | 27 # define PROV_CIPHER_HW_blowfish_mode(mode, UCMODE) \ argument
|
H A D | cipher_cast5_hw.c | 27 # define PROV_CIPHER_HW_cast_mode(mode, UCMODE) \ argument
|
H A D | cipher_seed_hw.c | 27 # define PROV_CIPHER_HW_seed_mode(mode, UCMODE) \ argument
|
H A D | cipher_rc5_hw.c | 26 # define PROV_CIPHER_HW_rc5_mode(mode, UCMODE) \ argument
|
H A D | cipher_sm4_hw.c | 124 # define PROV_CIPHER_HW_sm4_mode(mode) \ argument
|
H A D | cipher_rc2_hw.c | 28 # define PROV_CIPHER_HW_rc2_mode(mode, UCMODE) \ argument
|
H A D | cipher_aes_hw.c | 126 #define PROV_CIPHER_HW_aes_mode(mode) \ argument
|
H A D | cipher_aes_siv.h | 25 unsigned int mode; /* The mode that we are using */ member
|
H A D | cipher_tdes.h | 89 #define PROV_CIPHER_HW_tdes_mode(type, mode) \ argument
|
H A D | cipher_aes_wrp.c | 51 size_t ivbits, unsigned int mode, uint64_t flags) in aes_wrap_newctx() 286 #define IMPLEMENT_cipher(mode, fname, UCMODE, flags, kbits, blkbits, ivbits) \ argument
|
/openssl/crypto/ |
H A D | o_fopen.c | 38 FILE *openssl_fopen(const char *filename, const char *mode) in openssl_fopen() 125 void *openssl_fopen(const char *filename, const char *mode) in openssl_fopen()
|
/openssl/providers/implementations/kem/ |
H A D | kem_util.c | 17 const char *mode; member
|
/openssl/crypto/evp/ |
H A D | e_camellia.c | 54 int ret, mode, bits; in cmll_t4_init_key() local 142 # define BLOCK_CIPHER_generic(nid,keylen,blocksize,ivlen,nmode,mode,MODE,flags) \ argument 167 # define BLOCK_CIPHER_generic(nid,keylen,blocksize,ivlen,nmode,mode,MODE,flags) \ argument 195 int ret, mode; in camellia_init_key() local
|
H A D | e_sm4.c | 36 # define BLOCK_CIPHER_generic(nid,blocksize,ivlen,nmode,mode,MODE,flags) \ argument 59 int mode; in sm4_init_key() local
|
H A D | e_des3.c | 234 int mode = EVP_CIPHER_CTX_get_mode(ctx); in des_ede_init_key() local 261 int mode = EVP_CIPHER_CTX_get_mode(ctx); in des_ede3_init_key() local
|
/openssl/ssl/record/methods/ |
H A D | tls13_meth.c | 30 int mode; in tls13_set_crypto_state() local 101 int mode; in tls13_cipher() local
|
/openssl/crypto/bio/ |
H A D | bss_file.c | 57 BIO *BIO_new_file(const char *filename, const char *mode) in BIO_new_file() 425 BIO *BIO_new_file(const char *filename, const char *mode) in BIO_new_file()
|
H A D | ossl_core_bio.c | 82 OSSL_CORE_BIO *ossl_core_bio_new_file(const char *filename, const char *mode) in ossl_core_bio_new_file()
|
/openssl/test/ |
H A D | evp_kdf_test.c | 597 unsigned int *iter, int *mode) in construct_pbkdf2_params() 624 int mode = 0; in test_kdf_pbkdf2() local 656 int mode = 0; in test_kdf_pbkdf2_small_output() local 684 int mode = 0; in test_kdf_pbkdf2_large_output() local 713 int mode = 0; in test_kdf_pbkdf2_small_salt() local 738 int mode = 0; in test_kdf_pbkdf2_small_iterations() local 764 int mode = 1; in test_kdf_pbkdf2_small_salt_pkcs5() local 801 int mode = 1; in test_kdf_pbkdf2_small_iterations_pkcs5() local 837 int mode = 0; in test_kdf_pbkdf2_invalid_digest() local 1389 static char *mode = "COUNTER"; in test_kdf_kbkdf_fixedinfo() local
|
/openssl/crypto/rand/ |
H A D | randfile.c | 77 # define openssl_fopen(fname, mode) vms_fopen((fname), (mode), VMS_OPEN_ATTRS) argument
|
/openssl/providers/implementations/exchange/ |
H A D | ecdh_exch.c | 271 int mode; in ecdh_set_ctx_params() local 388 int mode = pectx->cofactor_mode; in ecdh_get_ctx_params() local
|