Home
last modified time | relevance | path

Searched defs:cipher (Results 1 – 25 of 230) sorted by relevance

12345678910

/freebsd/crypto/openssl/crypto/evp/
H A Dcmeth_lib.c25 EVP_CIPHER *cipher = evp_cipher_new(); in EVP_CIPHER_meth_new() local
36 EVP_CIPHER *EVP_CIPHER_meth_dup(const EVP_CIPHER *cipher) in EVP_CIPHER_meth_dup()
58 void EVP_CIPHER_meth_free(EVP_CIPHER *cipher) in EVP_CIPHER_meth_free()
66 int EVP_CIPHER_meth_set_iv_length(EVP_CIPHER *cipher, int iv_len) in EVP_CIPHER_meth_set_iv_length()
75 int EVP_CIPHER_meth_set_flags(EVP_CIPHER *cipher, unsigned long flags) in EVP_CIPHER_meth_set_flags()
84 int EVP_CIPHER_meth_set_impl_ctx_size(EVP_CIPHER *cipher, int ctx_size) in EVP_CIPHER_meth_set_impl_ctx_size()
93 int EVP_CIPHER_meth_set_init(EVP_CIPHER *cipher, in EVP_CIPHER_meth_set_init()
106 int EVP_CIPHER_meth_set_do_cipher(EVP_CIPHER *cipher, in EVP_CIPHER_meth_set_do_cipher()
119 int EVP_CIPHER_meth_set_cleanup(EVP_CIPHER *cipher, in EVP_CIPHER_meth_set_cleanup()
129 int EVP_CIPHER_meth_set_set_asn1_params(EVP_CIPHER *cipher, in EVP_CIPHER_meth_set_set_asn1_params()
[all …]
H A Dasymcipher.c25 EVP_ASYM_CIPHER *cipher = NULL; in evp_pkey_asym_cipher_init() local
304 EVP_ASYM_CIPHER *cipher = OPENSSL_zalloc(sizeof(EVP_ASYM_CIPHER)); in evp_asym_cipher_new() local
329 EVP_ASYM_CIPHER *cipher = NULL; in evp_asym_cipher_from_algorithm() local
441 void EVP_ASYM_CIPHER_free(EVP_ASYM_CIPHER *cipher) in EVP_ASYM_CIPHER_free()
456 int EVP_ASYM_CIPHER_up_ref(EVP_ASYM_CIPHER *cipher) in EVP_ASYM_CIPHER_up_ref()
464 OSSL_PROVIDER *EVP_ASYM_CIPHER_get0_provider(const EVP_ASYM_CIPHER *cipher) in EVP_ASYM_CIPHER_get0_provider()
489 int EVP_ASYM_CIPHER_is_a(const EVP_ASYM_CIPHER *cipher, const char *name) in EVP_ASYM_CIPHER_is_a()
494 int evp_asym_cipher_get_number(const EVP_ASYM_CIPHER *cipher) in evp_asym_cipher_get_number()
499 const char *EVP_ASYM_CIPHER_get0_name(const EVP_ASYM_CIPHER *cipher) in EVP_ASYM_CIPHER_get0_name()
504 const char *EVP_ASYM_CIPHER_get0_description(const EVP_ASYM_CIPHER *cipher) in EVP_ASYM_CIPHER_get0_description()
[all …]
H A Devp_enc.c83 const EVP_CIPHER *cipher, in evp_cipher_init_internal()
434 int EVP_CipherInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit_ex2()
441 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit()
449 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit_ex()
481 int EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit()
487 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit_ex()
494 int EVP_EncryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit_ex2()
501 int EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit()
507 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit_ex()
514 int EVP_DecryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit_ex2()
[all …]
H A Devp_lib.c84 const EVP_CIPHER *cipher = c->cipher; in evp_cipher_param_to_asn1_ex() local
175 const EVP_CIPHER *cipher = c->cipher; in evp_cipher_asn1_to_param_ex() local
276 int EVP_CIPHER_get_type(const EVP_CIPHER *cipher) in EVP_CIPHER_get_type()
341 int evp_cipher_cache_constants(EVP_CIPHER *cipher) in evp_cipher_cache_constants()
388 int EVP_CIPHER_get_block_size(const EVP_CIPHER *cipher) in EVP_CIPHER_get_block_size()
455 EVP_CIPHER *cipher; in EVP_CIPHER_CTX_get1_cipher() local
470 unsigned long EVP_CIPHER_get_flags(const EVP_CIPHER *cipher) in EVP_CIPHER_get_flags()
500 int EVP_CIPHER_get_iv_length(const EVP_CIPHER *cipher) in EVP_CIPHER_get_iv_length()
648 int EVP_CIPHER_get_key_length(const EVP_CIPHER *cipher) in EVP_CIPHER_get_key_length()
665 int EVP_CIPHER_get_nid(const EVP_CIPHER *cipher) in EVP_CIPHER_get_nid()
[all …]
H A Dp5_crpt.c27 ASN1_TYPE *param, const EVP_CIPHER *cipher, in PKCS5_PBE_keyivgen_ex()
114 ASN1_TYPE *param, const EVP_CIPHER *cipher, in PKCS5_PBE_keyivgen()
/freebsd/sys/crypto/rijndael/
H A Drijndael-api-fst.c67 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) { in rijndael_cipherInit()
81 int rijndael_blockEncrypt(cipherInstance *cipher, keyInstance *key, in rijndael_blockEncrypt()
197 int rijndael_padEncrypt(cipherInstance *cipher, keyInstance *key, in rijndael_padEncrypt()
261 int rijndael_blockDecrypt(cipherInstance *cipher, keyInstance *key, in rijndael_blockDecrypt()
361 int rijndael_padDecrypt(cipherInstance *cipher, keyInstance *key, in rijndael_padDecrypt()
/freebsd/contrib/wpa/src/common/
H A Dptksa_cache.c138 const u8 *addr, u32 cipher) in ptksa_cache_get()
233 void ptksa_cache_flush(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher) in ptksa_cache_flush()
278 const u8 *addr, u32 cipher, in ptksa_cache_add()
362 ptksa_cache_get(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher) in ptksa_cache_get()
376 u32 cipher, u32 life_time, const struct wpa_ptk *ptk, in ptksa_cache_add()
383 void ptksa_cache_flush(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher) in ptksa_cache_flush()
H A Dwpa_common.c396 struct wpa_ptk *ptk, int akmp, int cipher, in wpa_pmk_to_ptk()
669 u8 *ick, size_t *ick_len, int akmp, int cipher, in fils_pmk_to_ptk()
1438 bool pasn_use_sha384(int akmp, int cipher) in pasn_use_sha384()
1464 struct wpa_ptk *ptk, int akmp, int cipher, in pasn_pmk_to_ptk()
1563 u8 pasn_mic_len(int akmp, int cipher) in pasn_mic_len()
1579 int wpa_ltf_keyseed(struct wpa_ptk *ptk, int akmp, int cipher) in wpa_ltf_keyseed()
1648 int pasn_mic(const u8 *kck, int akmp, int cipher, in pasn_mic()
1724 int pasn_auth_frame_hash(int akmp, int cipher, const u8 *data, size_t len, in pasn_auth_frame_hash()
1831 int wpa_cipher_valid_group(int cipher) in wpa_cipher_valid_group()
1838 int wpa_cipher_valid_mgmt_group(int cipher) in wpa_cipher_valid_mgmt_group()
[all …]
/freebsd/crypto/openssl/demos/cipher/
H A Daeskeywrap.c60 EVP_CIPHER *cipher = NULL; in aes_wrap_encrypt() local
118 EVP_CIPHER *cipher = NULL; in aes_wrap_decrypt() local
H A Dariacbc.c59 EVP_CIPHER *cipher = NULL; in aria_cbc_encrypt() local
117 EVP_CIPHER *cipher = NULL; in aria_cbc_decrypt() local
H A Daesgcm.c74 EVP_CIPHER *cipher = NULL; in aes_gcm_encrypt() local
151 EVP_CIPHER *cipher = NULL; in aes_gcm_decrypt() local
H A Daesccm.c75 EVP_CIPHER *cipher = NULL; in aes_ccm_encrypt() local
162 EVP_CIPHER *cipher = NULL; in aes_ccm_decrypt() local
/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dkrb5kdf.c52 PROV_CIPHER cipher; member
109 const EVP_CIPHER *cipher; in krb5kdf_derive() local
174 const EVP_CIPHER *cipher; in krb5kdf_get_ctx_params() local
327 const EVP_CIPHER *cipher, ENGINE *engine, in cipher_init()
355 static int KRB5KDF(const EVP_CIPHER *cipher, ENGINE *engine, in KRB5KDF()
/freebsd/sys/dev/rtwn/
H A Dif_rtwn_tx.c86 uint8_t cipher; in rtwn_get_cipher() local
121 u_int cipher; in rtwn_tx_data() local
203 u_int cipher; in rtwn_tx_raw() local
/freebsd/crypto/openssl/crypto/pkcs12/
H A Dp12_crpt.c24 ASN1_TYPE *param, const EVP_CIPHER *cipher, in PKCS12_PBE_keyivgen_ex()
79 ASN1_TYPE *param, const EVP_CIPHER *cipher, in PKCS12_PBE_keyivgen()
H A Dp12_p8e.c16 X509_SIG *PKCS8_encrypt_ex(int pbe_nid, const EVP_CIPHER *cipher, in PKCS8_encrypt_ex()
60 X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, in PKCS8_encrypt()
/freebsd/crypto/openssl/test/
H A Dafalgtest.c31 const EVP_CIPHER *cipher; in test_afalg_aes_cbc() local
115 const EVP_CIPHER * cipher; in test_pr16743() local
H A Dbio_enc_test.c38 static int do_bio_cipher(const EVP_CIPHER* cipher, const unsigned char* key, in do_bio_cipher()
207 static int do_test_bio_cipher(const EVP_CIPHER* cipher, int idx) in do_test_bio_cipher()
H A Devp_byname_test.c28 const EVP_CIPHER *cipher; in test_evp_get_cipherbyname() local
/freebsd/contrib/wpa/wpa_supplicant/
H A Dpasn_supplicant.c35 int cipher; member
82 int akmp, int cipher, u8 status, in wpas_pasn_auth_status()
312 int cipher, int akmp) in wpas_pasn_set_keys_from_cache()
464 int cipher) in wpas_pasn_allowed()
679 int akmp, int cipher, u16 group, int network_id, in wpas_pasn_auth_start()
769 int cipher = pasn_get_cipher(pasn); in wpas_pasn_immediate_retry() local
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_enc.c31 const EVP_CIPHER *cipher = NULL; in ossl_cms_EncryptedContent_init_bio() local
208 const EVP_CIPHER *cipher, in ossl_cms_EncryptedContent_init()
/freebsd/tools/tools/crypto/
H A Dcryptocheck.c166 int cipher; member
287 build_eta(const struct alg *cipher, const struct alg *mac) in build_eta()
315 const struct alg *cipher, *mac; in build_eta_name() local
708 openssl_cipher(const struct alg *alg, const EVP_CIPHER *cipher, const char *key, in openssl_cipher()
792 const EVP_CIPHER *cipher; in run_cipher_test() local
952 const EVP_CIPHER *cipher; in run_eta_test() local
1103 openssl_gmac(const struct alg *alg, const EVP_CIPHER *cipher, const char *key, in openssl_gmac()
1184 const EVP_CIPHER *cipher; in run_gmac_test() local
1318 openssl_aead_encrypt(const struct alg *alg, const EVP_CIPHER *cipher, in openssl_aead_encrypt()
1392 openssl_aead_decrypt(const struct alg *alg, const EVP_CIPHER *cipher, in openssl_aead_decrypt()
[all …]
/freebsd/crypto/openssl/crypto/asn1/
H A Dp5_pbev2.c148 X509_ALGOR *PKCS5_pbe2_set_iv(const EVP_CIPHER *cipher, int iter, in PKCS5_pbe2_set_iv()
156 X509_ALGOR *PKCS5_pbe2_set(const EVP_CIPHER *cipher, int iter, in PKCS5_pbe2_set()
/freebsd/sys/crypto/openssl/
H A Dossl.h71 struct ossl_cipher *cipher; member
75 struct ossl_session_cipher cipher; member
/freebsd/lib/libutil/
H A Dlogin_crypt.c38 const char *cipher; in login_setcryptfmt() local

12345678910