HomeSort by relevance Sort by last modified time
    Searched refs:crypto_cipher (Results 1 - 9 of 9) sorted by null

  /external/wpa_supplicant_8/src/tls/
tlsv1_record.h 55 struct crypto_cipher *write_cbc;
56 struct crypto_cipher *read_cbc;
pkcs5.c 383 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/crypto/
crypto_internal-cipher.c 17 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)
crypto.h 221 struct crypto_cipher;
236 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
252 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx,
267 int __must_check crypto_cipher_decrypt(struct crypto_cipher *ctx,
278 void crypto_cipher_deinit(struct crypto_cipher *ctx);
crypto_gnutls.c 192 struct crypto_cipher { struct
198 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
202 struct crypto_cipher *ctx;
277 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
287 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
297 void crypto_cipher_deinit(struct crypto_cipher *ctx)
crypto_libtomcrypt.c 285 struct crypto_cipher { struct
298 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
302 struct crypto_cipher *ctx;
351 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
375 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
400 void crypto_cipher_deinit(struct crypto_cipher *ctx)
crypto_linux.c 850 struct crypto_cipher { struct
855 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
859 struct crypto_cipher *ctx;
926 static int crypto_cipher_oper(struct crypto_cipher *ctx, u32 type, const u8 *in,
975 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
982 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
989 void crypto_cipher_deinit(struct crypto_cipher *ctx)
crypto_openssl.c 523 struct crypto_cipher { struct
529 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
533 struct crypto_cipher *ctx;
613 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
623 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
634 void crypto_cipher_deinit(struct crypto_cipher *ctx)
    [all...]
  /external/wpa_supplicant_8/src/eap_common/
ikev2_common.c 178 struct crypto_cipher *cipher;
213 struct crypto_cipher *cipher;

Completed in 222 milliseconds