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

/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_record.h55 struct crypto_cipher *write_cbc;
56 struct crypto_cipher *read_cbc;
H A Dpkcs5.c383 static struct crypto_cipher *
510 static struct crypto_cipher *
551 static struct crypto_cipher * pkcs5_crypto_init(struct pkcs5_params *params,
592 struct crypto_cipher *ctx;
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_record.h55 struct crypto_cipher *write_cbc;
56 struct crypto_cipher *read_cbc;
H A Dpkcs5.c383 static struct crypto_cipher *
510 static struct crypto_cipher *
551 static struct crypto_cipher * pkcs5_crypto_init(struct pkcs5_params *params,
592 struct crypto_cipher *ctx;
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_record.h55 struct crypto_cipher *write_cbc;
56 struct crypto_cipher *read_cbc;
H A Dpkcs5.c383 static struct crypto_cipher *
510 static struct crypto_cipher *
551 static struct crypto_cipher * pkcs5_crypto_init(struct pkcs5_params *params,
592 struct crypto_cipher *ctx;
/external/wpa_supplicant_8/hostapd/src/crypto/
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.h218 struct crypto_cipher;
233 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
249 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx,
264 int __must_check crypto_cipher_decrypt(struct crypto_cipher *ctx,
275 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_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.c484 struct crypto_cipher { struct
490 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
494 struct crypto_cipher *ctx;
574 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
584 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
595 void crypto_cipher_deinit(struct crypto_cipher *ctx)
/external/wpa_supplicant_8/src/crypto/
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.h218 struct crypto_cipher;
233 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
249 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx,
264 int __must_check crypto_cipher_decrypt(struct crypto_cipher *ctx,
275 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_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.c484 struct crypto_cipher { struct
490 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
494 struct crypto_cipher *ctx;
574 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
584 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
595 void crypto_cipher_deinit(struct crypto_cipher *ctx)
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
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.h218 struct crypto_cipher;
233 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
249 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx,
264 int __must_check crypto_cipher_decrypt(struct crypto_cipher *ctx,
275 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_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.c484 struct crypto_cipher { struct
490 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
494 struct crypto_cipher *ctx;
574 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
584 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
595 void crypto_cipher_deinit(struct crypto_cipher *ctx)
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Dikev2_common.c178 struct crypto_cipher *cipher;
213 struct crypto_cipher *cipher;
/external/wpa_supplicant_8/src/eap_common/
H A Dikev2_common.c178 struct crypto_cipher *cipher;
213 struct crypto_cipher *cipher;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Dikev2_common.c178 struct crypto_cipher *cipher;
213 struct crypto_cipher *cipher;

Completed in 1253 milliseconds