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

/freebsd-10.0-release/contrib/wpa/src/tls/
H A Dtlsv1_record.h55 struct crypto_cipher *write_cbc;
56 struct crypto_cipher *read_cbc;
H A Dpkcs5.c139 static struct crypto_cipher * pkcs5_crypto_init(struct pkcs5_params *params,
174 struct crypto_cipher *ctx;
/freebsd-10.0-release/contrib/wpa/src/crypto/
H A Dcrypto.h195 struct crypto_cipher;
210 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
226 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx,
241 int __must_check crypto_cipher_decrypt(struct crypto_cipher *ctx,
252 void crypto_cipher_deinit(struct crypto_cipher *ctx);
H A Dcrypto_nss.c179 struct crypto_cipher { struct
183 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
191 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
198 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
205 void crypto_cipher_deinit(struct crypto_cipher *ctx)
H A Dcrypto_internal-cipher.c17 struct crypto_cipher { struct
43 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
47 struct crypto_cipher *ctx;
103 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
166 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
230 void crypto_cipher_deinit(struct crypto_cipher *ctx)
H A Dcrypto_gnutls.c189 struct crypto_cipher { struct
195 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
199 struct crypto_cipher *ctx;
274 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
284 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
294 void crypto_cipher_deinit(struct crypto_cipher *ctx)
H A Dcrypto_cryptoapi.c501 struct crypto_cipher { struct
507 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
511 struct crypto_cipher *ctx;
590 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
607 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
623 void crypto_cipher_deinit(struct crypto_cipher *ctx)
H A Dcrypto_libtomcrypt.c284 struct crypto_cipher { struct
297 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
301 struct crypto_cipher *ctx;
350 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
374 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
399 void crypto_cipher_deinit(struct crypto_cipher *ctx)
H A Dcrypto_openssl.c347 struct crypto_cipher { struct
353 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
357 struct crypto_cipher *ctx;
431 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
441 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
452 void crypto_cipher_deinit(struct crypto_cipher *ctx)
/freebsd-10.0-release/contrib/wpa/src/eap_common/
H A Dikev2_common.c192 struct crypto_cipher *cipher;
251 struct crypto_cipher *cipher;

Completed in 178 milliseconds