Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/wpa/dist/src/crypto/
H A Dcrypto_internal-cipher.c17 struct crypto_cipher { struct
43 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() argument
47 struct crypto_cipher *ctx; in crypto_cipher_init()
103 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt()
166 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt()
230 void crypto_cipher_deinit(struct crypto_cipher *ctx) in crypto_cipher_deinit()
/netbsd-src/external/bsd/wpa/dist/src/tls/
H A Dtlsv1_record.h55 struct crypto_cipher *write_cbc;
56 struct crypto_cipher *read_cbc;
/netbsd-src/external/bsd/wpa/dist/src/eap_common/
H A Dikev2_common.c178 struct crypto_cipher *cipher; in ikev2_encr_encrypt()
213 struct crypto_cipher *cipher; in ikev2_encr_decrypt()