/dflybsd-src/crypto/libressl/ssl/ |
H A D | ssl_ciphers.c | 26 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 D | ssl_seclevel.c | 98 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 D | rijndael-api-fst.c | 69 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 D | evp_enc.c | 78 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 D | evp_lib.c | 220 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 D | evp_pbe.c | 125 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 D | p5_crpt.c | 79 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 D | wpa_common.c | 352 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 D | crypto-dev.c | 75 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 D | p5_pbev2.c | 186 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 D | login_crypt.c | 38 const char *cipher; in login_setcryptfmt() local
|
/dflybsd-src/crypto/libressl/crypto/pkcs12/ |
H A D | p12_p8e.c | 67 PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, const char *pass, in PKCS8_encrypt()
|
H A D | p12_crpt.c | 74 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 D | tlsv1_common.c | 117 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 D | aes-unwrap.c | 26 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, in aes_unwrap()
|
H A D | aes-wrap.c | 26 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 D | api-test.c | 547 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 D | ciphers.c | 110 const SSL_CIPHER *cipher; in ciphers_main() local
|
/dflybsd-src/contrib/cryptsetup/lib/ |
H A D | libdevmapper.c | 255 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 D | pem_lib.c | 285 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 D | pem_info.c | 229 EVP_CIPHER_INFO cipher; in STACK_OF() local
|
/dflybsd-src/crypto/libressl/crypto/cms/ |
H A D | cms_enc.c | 209 const EVP_CIPHER *cipher, const unsigned char *key, size_t keylen) in cms_EncryptedContent_init()
|
/dflybsd-src/sys/netproto/802_11/wlan/ |
H A D | ieee80211_crypto.c | 231 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 D | gost_asn1.h | 71 ASN1_OBJECT *cipher; member
|
/dflybsd-src/crypto/openssh/ |
H A D | cipher.c | 64 const struct sshcipher *cipher; member 246 cipher_init(struct sshcipher_ctx **ccp, const struct sshcipher *cipher, in cipher_init()
|