Searched refs:crypto_cipher (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/wpa/src/tls/
H A Dtlsv1_record.h59 struct crypto_cipher *write_cbc;
60 struct crypto_cipher *read_cbc;
H A Dpkcs5.c145 static struct crypto_cipher * pkcs5_crypto_init(struct pkcs5_params *params,
180 struct crypto_cipher *ctx;
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Dcrypto.h215 struct crypto_cipher;
230 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
246 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx,
261 int __must_check crypto_cipher_decrypt(struct crypto_cipher *ctx,
272 void crypto_cipher_deinit(struct crypto_cipher *ctx);
H A Dcrypto_nss.c185 struct crypto_cipher { struct
189 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
197 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
204 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
211 void crypto_cipher_deinit(struct crypto_cipher *ctx)
H A Dcrypto_gnutls.c195 struct crypto_cipher { struct
201 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
205 struct crypto_cipher *ctx;
280 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
290 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
300 void crypto_cipher_deinit(struct crypto_cipher *ctx)
H A Dcrypto_internal-cipher.c23 struct crypto_cipher { struct
50 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
54 struct crypto_cipher *ctx;
115 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
179 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
243 void crypto_cipher_deinit(struct crypto_cipher *ctx)
H A Dcrypto_cryptoapi.c507 struct crypto_cipher { struct
513 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
517 struct crypto_cipher *ctx;
596 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
613 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
629 void crypto_cipher_deinit(struct crypto_cipher *ctx)
H A Dcrypto_libtomcrypt.c290 struct crypto_cipher { struct
303 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
307 struct crypto_cipher *ctx;
356 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
380 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
405 void crypto_cipher_deinit(struct crypto_cipher *ctx)
H A Dcrypto_openssl.c300 struct crypto_cipher { struct
306 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
310 struct crypto_cipher *ctx;
384 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
394 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
405 void crypto_cipher_deinit(struct crypto_cipher *ctx)
/freebsd-9.3-release/contrib/wpa/src/eap_common/
H A Dikev2_common.c197 struct crypto_cipher *cipher;
256 struct crypto_cipher *cipher;

Completed in 124 milliseconds