Home
last modified time | relevance | path

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

12345

/dflybsd-src/crypto/libressl/ssl/
H A Dssl_ciphers.c26 ssl_cipher_in_list(STACK_OF(SSL_CIPHER) *ciphers, const SSL_CIPHER *cipher) in ssl_cipher_in_list()
39 ssl_cipher_allowed_in_tls_version_range(const SSL_CIPHER *cipher, uint16_t min_ver, in ssl_cipher_allowed_in_tls_version_range()
56 SSL_CIPHER *cipher; in ssl_cipher_list_to_bytes() local
97 const SSL_CIPHER *cipher; in STACK_OF() local
207 const SSL_CIPHER *cipher; in ssl_parse_ciphersuites() local
263 const SSL_CIPHER *cipher; in ssl_merge_cipherlists() local
H A Dssl_seclevel.c98 const SSL_CIPHER *cipher = arg; in ssl_security_secop_cipher() local
204 int version, void *cipher, void *ex_data) in ssl_security_default_cb()
261 ssl_security_cipher(const SSL *ssl, SSL_CIPHER *cipher, int secop) in ssl_security_cipher()
267 ssl_security_cipher_check(const SSL *ssl, SSL_CIPHER *cipher) in ssl_security_cipher_check()
273 ssl_security_shared_cipher(const SSL *ssl, SSL_CIPHER *cipher) in ssl_security_shared_cipher()
279 ssl_security_supported_cipher(const SSL *ssl, SSL_CIPHER *cipher) in ssl_security_supported_cipher()
/dflybsd-src/sys/crypto/rijndael/
H A Drijndael-api-fst.c69 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) { in rijndael_cipherInit()
83 int rijndael_blockEncrypt(cipherInstance *cipher, keyInstance *key, in rijndael_blockEncrypt()
198 int rijndael_padEncrypt(cipherInstance *cipher, keyInstance *key, in rijndael_padEncrypt()
261 int rijndael_blockDecrypt(cipherInstance *cipher, keyInstance *key, in rijndael_blockDecrypt()
360 int rijndael_padDecrypt(cipherInstance *cipher, keyInstance *key, in rijndael_padDecrypt()
/dflybsd-src/crypto/libressl/crypto/evp/
H A Devp_enc.c78 EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit()
87 EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, in EVP_CipherInit_ex()
268 EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit()
275 EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, in EVP_EncryptInit_ex()
282 EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit()
289 EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, in EVP_DecryptInit_ex()
H A Devp_lib.c220 EVP_CIPHER_flags(const EVP_CIPHER *cipher) in EVP_CIPHER_flags()
261 EVP_CIPHER_iv_length(const EVP_CIPHER *cipher) in EVP_CIPHER_iv_length()
279 EVP_CIPHER_key_length(const EVP_CIPHER *cipher) in EVP_CIPHER_key_length()
291 EVP_CIPHER_nid(const EVP_CIPHER *cipher) in EVP_CIPHER_nid()
H A Devp_pbe.c125 const EVP_CIPHER *cipher; in EVP_PBE_CipherInit() local
251 EVP_PBE_alg_add(int nid, const EVP_CIPHER *cipher, const EVP_MD *md, in EVP_PBE_alg_add()
H A Dp5_crpt.c79 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de) in PKCS5_PBE_keyivgen()
/dflybsd-src/contrib/wpa_supplicant/src/common/
H A Dwpa_common.c352 struct wpa_ptk *ptk, int akmp, int cipher, in wpa_pmk_to_ptk()
554 u8 *ick, size_t *ick_len, int akmp, int cipher, in fils_pmk_to_ptk()
1166 int wpa_cipher_valid_group(int cipher) in wpa_cipher_valid_group()
1174 int wpa_cipher_valid_mgmt_group(int cipher) in wpa_cipher_valid_mgmt_group()
1700 struct wpa_ptk *ptk, u8 *ptk_name, int akmp, int cipher) in wpa_pmk_r1_to_ptk()
1940 const char * wpa_cipher_txt(int cipher) in wpa_cipher_txt()
2231 int wpa_cipher_key_len(int cipher) in wpa_cipher_key_len()
2252 int wpa_cipher_rsc_len(int cipher) in wpa_cipher_rsc_len()
2267 enum wpa_alg wpa_cipher_to_alg(int cipher) in wpa_cipher_to_alg()
2293 int wpa_cipher_valid_pairwise(int cipher) in wpa_cipher_valid_pairwise()
[all …]
/dflybsd-src/lib/libtcplay/
H A Dcrypto-dev.c75 get_cryptodev_cipher_id(struct tc_crypto_algo *cipher) in get_cryptodev_cipher_id()
94 syscrypt(struct tc_crypto_algo *cipher, unsigned char *key, size_t klen, unsigned char *iv, in syscrypt()
/dflybsd-src/crypto/libressl/crypto/asn1/
H A Dp5_pbev2.c186 PKCS5_pbe2_set_iv(const EVP_CIPHER *cipher, int iter, unsigned char *salt, in PKCS5_pbe2_set_iv()
290 PKCS5_pbe2_set(const EVP_CIPHER *cipher, int iter, unsigned char *salt, in PKCS5_pbe2_set()
/dflybsd-src/lib/libutil/
H A Dlogin_crypt.c38 const char *cipher; in login_setcryptfmt() local
/dflybsd-src/crypto/libressl/crypto/pkcs12/
H A Dp12_p8e.c67 PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, const char *pass, in PKCS8_encrypt()
H A Dp12_crpt.c74 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de) in PKCS12_PBE_keyivgen()
/dflybsd-src/contrib/wpa_supplicant/src/tls/
H A Dtlsv1_common.c117 const struct tls_cipher_data * tls_get_cipher_data(tls_cipher cipher) in tls_get_cipher_data()
127 int tls_server_key_exchange_allowed(tls_cipher cipher) in tls_server_key_exchange_allowed()
/dflybsd-src/contrib/wpa_supplicant/src/crypto/
H A Daes-unwrap.c26 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, in aes_unwrap()
H A Daes-wrap.c26 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap()
/dflybsd-src/contrib/cryptsetup/tests/
H A Dapi-test.c547 char *cipher = "aes"; in AddDevicePlain() local
678 char *cipher = "aes"; in AddDeviceLuks() local
742 char *cipher = "aes"; in NonFIPSAlg() local
/dflybsd-src/crypto/libressl/apps/openssl/
H A Dciphers.c110 const SSL_CIPHER *cipher; in ciphers_main() local
/dflybsd-src/contrib/cryptsetup/lib/
H A Dlibdevmapper.c255 const char *cipher, size_t key_size, const char *key) in get_params()
419 const char *cipher, in dm_create_device()
584 char **cipher, in dm_query_device()
/dflybsd-src/crypto/libressl/crypto/pem/
H A Dpem_lib.c285 EVP_CIPHER_INFO cipher; in PEM_bytes_read_bio() local
443 PEM_do_header(EVP_CIPHER_INFO *cipher, unsigned char *data, long *plen, in PEM_do_header()
488 PEM_get_EVP_CIPHER_INFO(char *header, EVP_CIPHER_INFO *cipher) in PEM_get_EVP_CIPHER_INFO()
H A Dpem_info.c229 EVP_CIPHER_INFO cipher; in STACK_OF() local
/dflybsd-src/crypto/libressl/crypto/cms/
H A Dcms_enc.c209 const EVP_CIPHER *cipher, const unsigned char *key, size_t keylen) in cms_EncryptedContent_init()
/dflybsd-src/sys/netproto/802_11/wlan/
H A Dieee80211_crypto.c231 ieee80211_crypto_available(u_int cipher) in ieee80211_crypto_available()
264 int cipher, int flags, struct ieee80211_key *key) in ieee80211_crypto_newkey()
/dflybsd-src/crypto/libressl/crypto/gost/
H A Dgost_asn1.h71 ASN1_OBJECT *cipher; member
/dflybsd-src/crypto/openssh/
H A Dcipher.c64 const struct sshcipher *cipher; member
246 cipher_init(struct sshcipher_ctx **ccp, const struct sshcipher *cipher, in cipher_init()

12345