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

  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
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_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)
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)
  /external/wpa_supplicant/
crypto_internal.c 230 struct crypto_cipher { struct
252 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
256 struct crypto_cipher *ctx;
309 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
359 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
409 void crypto_cipher_deinit(struct crypto_cipher *ctx)
crypto_cryptoapi.c 526 struct crypto_cipher { struct
532 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
536 struct crypto_cipher *ctx;
615 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
632 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
648 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)

Completed in 385 milliseconds