Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 25 of 66) sorted by relevance

123

/openssl-master/crypto/pkcs12/
A Dp12_init.c18 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-master/providers/implementations/ciphers/
A Dcipher_camellia_hw.c23 int ret, mode = dat->mode; in cipher_hw_camellia_initkey() local
55 #define PROV_CIPHER_HW_camellia_mode(mode) \ argument
A Dcipher_aria_hw.c16 int ret, mode = dat->mode; in cipher_hw_aria_initkey() local
35 # define PROV_CIPHER_HW_aria_mode(mode) \ argument
A Dcipher_idea_hw.c39 # define PROV_CIPHER_HW_idea_mode_ex(mode, UCMODE, fname) \ argument
51 # define PROV_CIPHER_HW_idea_mode(mode, UCMODE) \ argument
A Dcipher_blowfish_hw.c27 # define PROV_CIPHER_HW_blowfish_mode(mode, UCMODE) \ argument
A Dcipher_rc5_hw.c26 # define PROV_CIPHER_HW_rc5_mode(mode, UCMODE) \ argument
A Dcipher_sm4_hw.c31 # define PROV_CIPHER_HW_sm4_mode(mode) \ argument
A Dcipher_cast5_hw.c27 # define PROV_CIPHER_HW_cast_mode(mode, UCMODE) \ argument
A Dcipher_seed_hw.c27 # define PROV_CIPHER_HW_seed_mode(mode, UCMODE) \ argument
A Dcipher_rc2_hw.c28 # define PROV_CIPHER_HW_rc2_mode(mode, UCMODE) \ argument
A Dcipher_aes_hw.c126 #define PROV_CIPHER_HW_aes_mode(mode) \ argument
A Dcipher_aes_siv.h25 unsigned int mode; /* The mode that we are using */ member
A Dcipher_aes_wrp.c51 size_t ivbits, unsigned int mode, uint64_t flags) in aes_wrap_newctx()
263 #define IMPLEMENT_cipher(mode, fname, UCMODE, flags, kbits, blkbits, ivbits) \ argument
A Dcipher_tdes.h82 #define PROV_CIPHER_HW_tdes_mode(type, mode) \ argument
A Dcipher_tdes_common.c23 void *ossl_tdes_newctx(void *provctx, int mode, size_t kbits, size_t blkbits, in ossl_tdes_newctx()
/openssl-master/crypto/
A Do_fopen.c38 FILE *openssl_fopen(const char *filename, const char *mode) in openssl_fopen()
121 void *openssl_fopen(const char *filename, const char *mode) in openssl_fopen()
/openssl-master/crypto/evp/
A De_camellia.c54 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
A De_des3.c233 int mode = EVP_CIPHER_CTX_get_mode(ctx); in des_ede_init_key() local
260 int mode = EVP_CIPHER_CTX_get_mode(ctx); in des_ede3_init_key() local
A De_aria.c65 int mode = EVP_CIPHER_CTX_get_mode(ctx); in aria_init_key() local
162 # define BLOCK_CIPHER_generic(nid,keylen,blocksize,ivlen,nmode,mode,MODE,flags) \ argument
768 #define BLOCK_CIPHER_aead(nid,keylen,blocksize,ivlen,nmode,mode,MODE,flags) \ argument
/openssl-master/test/
A Devp_kdf_test.c548 unsigned int *iter, int *mode) in construct_pbkdf2_params()
575 int mode = 0; in test_kdf_pbkdf2() local
607 int mode = 0; in test_kdf_pbkdf2_small_output() local
635 int mode = 0; in test_kdf_pbkdf2_large_output() local
664 int mode = 0; in test_kdf_pbkdf2_small_salt() local
689 int mode = 0; in test_kdf_pbkdf2_small_iterations() local
715 int mode = 1; in test_kdf_pbkdf2_small_salt_pkcs5() local
752 int mode = 1; in test_kdf_pbkdf2_small_iterations_pkcs5() local
788 int mode = 0; in test_kdf_pbkdf2_invalid_digest() local
1310 static char *mode = "COUNTER"; in test_kdf_kbkdf_fixedinfo() local
/openssl-master/crypto/bio/
A Dbss_file.c57 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()
A Dossl_core_bio.c84 OSSL_CORE_BIO *ossl_core_bio_new_file(const char *filename, const char *mode) in ossl_core_bio_new_file()
/openssl-master/crypto/rand/
A Drandfile.c76 # define openssl_fopen(fname, mode) vms_fopen((fname), (mode), VMS_OPEN_ATTRS) argument
/openssl-master/providers/implementations/kdfs/
A Dkbkdf.c59 kbkdf_mode mode; member
151 static int derive(EVP_MAC_CTX *ctx_init, kbkdf_mode mode, unsigned char *iv, in derive()
/openssl-master/providers/implementations/exchange/
A Decdh_exch.c242 int mode; in ecdh_set_ctx_params() local
346 int mode = pectx->cofactor_mode; in ecdh_get_ctx_params() local

Completed in 28 milliseconds

123