Searched refs:crypto_cipher_init (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13-stable/contrib/wpa/src/tls/ |
| HD | tlsv1_record.c | 87 rl->write_cbc = crypto_cipher_init(rl->cipher_alg, in tlsv1_record_change_write_cipher() 121 rl->read_cbc = crypto_cipher_init(rl->cipher_alg, in tlsv1_record_change_read_cipher()
|
| HD | pkcs5.c | 382 return crypto_cipher_init(CRYPTO_CIPHER_ALG_3DES, params->iv, in pkcs5_crypto_init_pbes2() 525 return crypto_cipher_init(CRYPTO_CIPHER_ALG_3DES, iv, key, sizeof(key)); in pkcs12_crypto_init_sha1() 562 return crypto_cipher_init(CRYPTO_CIPHER_ALG_DES, hash + 8, hash, 8); in pkcs5_crypto_init()
|
| /freebsd-13-stable/sys/contrib/openzfs/module/icp/api/ |
| HD | kcf_cipher.c | 224 crypto_cipher_init(crypto_mechanism_t *mech, crypto_key_t *key, in crypto_cipher_init() function 445 return (crypto_cipher_init(mech, key, tmpl, ctxp, crq, in crypto_encrypt_init() 728 return (crypto_cipher_init(mech, key, tmpl, ctxp, crq, in crypto_decrypt_init()
|
| /freebsd-13-stable/contrib/wpa/src/eap_common/ |
| HD | ikev2_common.c | 193 cipher = crypto_cipher_init(encr_alg, iv, key, key_len); in ikev2_encr_encrypt() 228 cipher = crypto_cipher_init(encr_alg, iv, key, key_len); in ikev2_encr_decrypt()
|
| /freebsd-13-stable/contrib/wpa/src/crypto/ |
| HD | crypto_internal-cipher.c | 43 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() function
|
| HD | crypto_nettle.c | 411 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() function
|
| HD | crypto.h | 238 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
|
| HD | crypto_gnutls.c | 402 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() function
|
| HD | crypto_libtomcrypt.c | 301 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() function
|
| HD | crypto_linux.c | 858 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() function
|
| HD | crypto_wolfssl.c | 772 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() function
|
| HD | crypto_openssl.c | 854 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() function
|