Home
last modified time | relevance | path

Searched defs:mode (Results 26 – 50 of 70) sorted by relevance

123

/openssl/crypto/bio/
H 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()
H A Dbio_sock.c312 int BIO_socket_nbio(int s, int mode) in BIO_socket_nbio()
/openssl/ssl/
H A Dtls13_enc.c45 int mode = EVP_PKEY_HKDEF_MODE_EXPAND_ONLY; in tls13_hkdf_expand() local
175 int mode = EVP_PKEY_HKDEF_MODE_EXTRACT_ONLY; in tls13_generate_secret() local
354 int mode; in derive_secret_key_and_iv() local
/openssl/crypto/evp/
H 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(keylen,mode,MODE) \ argument
H A Dec_ctrl.c72 int ret, mode; in EVP_PKEY_CTX_get_ecdh_cofactor_mode() local
H A De_des.c219 int mode = EVP_CIPHER_CTX_get_mode(ctx); in des_init_key() local
H A De_aes.c147 int ret, mode; in aesni_init_key() local
422 # define BLOCK_CIPHER_generic(nid,keylen,blocksize,ivlen,nmode,mode,MODE,flags) \ argument
445 # define BLOCK_CIPHER_custom(nid,keylen,blocksize,ivlen,mode,MODE,flags) \ argument
476 int ret, mode, bits; in aes_t4_init_key() local
808 # define BLOCK_CIPHER_generic(nid,keylen,blocksize,ivlen,nmode,mode,MODE,flags) \ argument
831 # define BLOCK_CIPHER_custom(nid,keylen,blocksize,ivlen,mode,MODE,flags) \ argument
2295 # define BLOCK_CIPHER_generic(nid,keylen,blocksize,ivlen,nmode,mode, \ argument
2334 # define BLOCK_CIPHER_custom(nid,keylen,blocksize,ivlen,mode,MODE,flags)\ argument
2374 # define BLOCK_CIPHER_generic(nid,keylen,blocksize,ivlen,nmode,mode,MODE,flags) \ argument
2387 # define BLOCK_CIPHER_custom(nid,keylen,blocksize,ivlen,mode,MODE,flags) \ argument
[all …]
H A Dp5_crpt2.c28 int rv = 1, mode = 1; in ossl_pkcs5_pbkdf2_hmac_ex() local
/openssl/apps/
H A Dpasswd.c105 passwd_modes mode = passwd_unset; in passwd_main() local
779 int reverse, size_t pw_maxlen, passwd_modes mode) in do_passwd()
H A Dsrp.c238 int doupdatedb = 0, mode = OPT_ERR; in srp_main() local
/openssl/providers/implementations/ciphers/
H A Dcipher_des.c32 size_t ivbits, unsigned int mode, uint64_t flags, in des_newctx()
H A Dcipher_des_hw.c181 #define PROV_CIPHER_HW_des_mode(mode) \ argument
H A Dcipher_aes_ocb.c307 size_t ivbits, unsigned int mode, uint64_t flags) in aes_ocb_newctx()
519 #define IMPLEMENT_cipher(mode, UCMODE, flags, kbits, blkbits, ivbits) \ argument
H A Dcipher_aes_siv.c30 static void *aes_siv_newctx(void *provctx, size_t keybits, unsigned int mode, in aes_siv_newctx()
H A Dcipher_aes_xts.c111 static void *aes_xts_newctx(void *provctx, unsigned int mode, uint64_t flags, in aes_xts_newctx()
H A Dciphercommon.c661 size_t ivbits, unsigned int mode, in ossl_cipher_generic_initkey()
/openssl/crypto/ec/
H A Dec_backend.c359 int ossl_ec_set_ecdh_cofactor_mode(EC_KEY *ec, int mode) in ossl_ec_set_ecdh_cofactor_mode()
565 int mode; in ossl_ec_key_otherparams_fromdata() local
/openssl/engines/
H A De_afalg.h71 op_mode mode; member
/openssl/ssl/record/
H A Drec_layer_d1.c721 int mode = EVP_CIPHER_CTX_get_mode(sc->enc_write_ctx); in do_dtls1_write() local
/openssl/crypto/ffc/
H A Dffc_params_generate.c514 FFC_PARAMS *params, int mode, int type, in ossl_ffc_params_FIPS186_4_gen_verify()
807 FFC_PARAMS *params, int mode, int type, in ossl_ffc_params_FIPS186_2_gen_verify()
/openssl/providers/common/
H A Dbio_prov.c76 OSSL_CORE_BIO *ossl_prov_bio_new_file(const char *filename, const char *mode) in ossl_prov_bio_new_file()
/openssl/test/helpers/
H A Dssl_test_ctx.c392 const char *ssl_handshake_mode_name(ssl_handshake_mode_t mode) in ssl_handshake_mode_name()
440 const char *ssl_ct_validation_name(ssl_ct_validation_t mode) in ssl_ct_validation_name()
/openssl/providers/implementations/include/prov/
H A Dciphercommon_gcm.h52 unsigned int mode; /* The mode that we are using */ member
/openssl/crypto/
H A Dmem.c292 int CRYPTO_mem_ctrl(int mode) in CRYPTO_mem_ctrl()
/openssl/apps/lib/
H A Dapps.c2985 static const char *modestr(char mode, int format) in modestr()
3001 static const char *modeverb(char mode) in modeverb()
3023 int fd = -1, mode; in bio_open_owner() local
3088 static BIO *bio_open_default_(const char *filename, char mode, int format, in bio_open_default_()
3120 BIO *bio_open_default(const char *filename, char mode, int format) in bio_open_default()
3125 BIO *bio_open_default_quiet(const char *filename, char mode, int format) in bio_open_default_quiet()

Completed in 96 milliseconds

123