Home
last modified time | relevance | path

Searched refs:crypto_cipher_init (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/wpa/dist/src/tls/
H A Dtlsv1_record.c87 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()
/netbsd-src/external/bsd/wpa/dist/src/eap_common/
H A Dikev2_common.c193 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()
/netbsd-src/external/bsd/wpa/dist/src/crypto/
H A Dcrypto_internal-cipher.c43 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() function