Home
last modified time | relevance | path

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

123

/openssl/crypto/pkcs12/
H 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/providers/implementations/ciphers/
H 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
H 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
H 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
H A Dcipher_blowfish_hw.c27 # define PROV_CIPHER_HW_blowfish_mode(mode, UCMODE) \ argument
H A Dcipher_cast5_hw.c27 # define PROV_CIPHER_HW_cast_mode(mode, UCMODE) \ argument
H A Dcipher_seed_hw.c27 # define PROV_CIPHER_HW_seed_mode(mode, UCMODE) \ argument
H A Dcipher_rc5_hw.c26 # define PROV_CIPHER_HW_rc5_mode(mode, UCMODE) \ argument
H A Dcipher_sm4_hw.c100 # define PROV_CIPHER_HW_sm4_mode(mode) \ argument
H A Dcipher_rc2_hw.c28 # define PROV_CIPHER_HW_rc2_mode(mode, UCMODE) \ argument
H A Dcipher_aes_hw.c126 #define PROV_CIPHER_HW_aes_mode(mode) \ argument
H A Dcipher_aes_siv.h25 unsigned int mode; /* The mode that we are using */ member
H 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
H A Dcipher_tdes.h82 #define PROV_CIPHER_HW_tdes_mode(type, mode) \ argument
H A Dcipher_tdes_common.c23 void *ossl_tdes_newctx(void *provctx, int mode, size_t kbits, size_t blkbits, in ossl_tdes_newctx()
/openssl/crypto/
H 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/ssl/record/methods/
H A Dtls13_meth.c27 int mode; in tls13_set_crypto_state() local
71 int mode; in tls13_cipher() local
/openssl/crypto/evp/
H 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
H A De_sm4.c36 # define BLOCK_CIPHER_generic(nid,blocksize,ivlen,nmode,mode,MODE,flags) \ argument
59 int mode; in sm4_init_key() local
H A De_des3.c234 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/test/
H 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
1340 static char *mode = "COUNTER"; in test_kdf_kbkdf_fixedinfo() local
/openssl/crypto/bio/
H 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()
/openssl/crypto/rand/
H A Drandfile.c76 # define openssl_fopen(fname, mode) vms_fopen((fname), (mode), VMS_OPEN_ATTRS) argument
/openssl/providers/implementations/exchange/
H A Decdh_exch.c242 int mode; in ecdh_set_ctx_params() local
347 int mode = pectx->cofactor_mode; in ecdh_get_ctx_params() local
/openssl/providers/implementations/kdfs/
H A Dkbkdf.c59 kbkdf_mode mode; member
184 static int derive(EVP_MAC_CTX *ctx_init, kbkdf_mode mode, unsigned char *iv, in derive()

Completed in 135 milliseconds

123