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

  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_record.h 59 struct crypto_cipher *write_cbc;
60 struct crypto_cipher *read_cbc;
  /external/wpa_supplicant_8/src/tls/
tlsv1_record.h 55 struct crypto_cipher *write_cbc;
56 struct crypto_cipher *read_cbc;
pkcs5.c 139 static struct crypto_cipher * pkcs5_crypto_init(struct pkcs5_params *params,
174 struct crypto_cipher *ctx;
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto.h 195 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);
crypto_gnutls.c 201 struct crypto_cipher { struct
207 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
211 struct crypto_cipher *ctx;
286 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
296 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
306 void crypto_cipher_deinit(struct crypto_cipher *ctx)
crypto_openssl.c 250 struct crypto_cipher { struct
256 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
260 struct crypto_cipher *ctx;
334 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
344 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
355 void crypto_cipher_deinit(struct crypto_cipher *ctx)
crypto_cryptoapi.c 511 struct crypto_cipher { struct
517 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
521 struct crypto_cipher *ctx;
600 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
617 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
633 void crypto_cipher_deinit(struct crypto_cipher *ctx)
crypto_libtomcrypt.c 291 struct crypto_cipher { struct
304 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
308 struct crypto_cipher *ctx;
357 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
381 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
406 void crypto_cipher_deinit(struct crypto_cipher *ctx)
crypto_internal.c 231 struct crypto_cipher { struct
253 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
257 struct crypto_cipher *ctx;
310 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
360 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
410 void crypto_cipher_deinit(struct crypto_cipher *ctx)
  /external/wpa_supplicant_8/src/crypto/
crypto.h 210 struct crypto_cipher;
225 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
241 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx,
256 int __must_check crypto_cipher_decrypt(struct crypto_cipher *ctx,
267 void crypto_cipher_deinit(struct crypto_cipher *ctx);
crypto_nss.c 179 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)
crypto_gnutls.c 189 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)
crypto_internal-cipher.c 17 struct crypto_cipher { struct
44 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
48 struct crypto_cipher *ctx;
109 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
173 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
237 void crypto_cipher_deinit(struct crypto_cipher *ctx)
crypto_cryptoapi.c 501 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)
crypto_libtomcrypt.c 284 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)
crypto_openssl.c 294 struct crypto_cipher { struct
300 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
304 struct crypto_cipher *ctx;
378 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
388 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
399 void crypto_cipher_deinit(struct crypto_cipher *ctx)
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
ikev2_common.c 197 struct crypto_cipher *cipher;
256 struct crypto_cipher *cipher;
  /external/wpa_supplicant_8/src/eap_common/
ikev2_common.c 192 struct crypto_cipher *cipher;
251 struct crypto_cipher *cipher;

Completed in 554 milliseconds