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

  /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_gnutls.c 396 struct crypto_cipher { struct
402 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
406 struct crypto_cipher *ctx;
481 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
491 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
501 void crypto_cipher_deinit(struct crypto_cipher *ctx)
crypto_nettle.c 403 struct crypto_cipher { struct
411 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
415 struct crypto_cipher *ctx;
436 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
451 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
466 void crypto_cipher_deinit(struct crypto_cipher *ctx)
crypto_libtomcrypt.c 288 struct crypto_cipher { struct
301 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
305 struct crypto_cipher *ctx;
354 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
378 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
403 void crypto_cipher_deinit(struct crypto_cipher *ctx)
crypto_linux.c 853 struct crypto_cipher { struct
858 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
862 struct crypto_cipher *ctx;
929 static int crypto_cipher_oper(struct crypto_cipher *ctx, u32 type, const u8 *in,
978 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
985 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
992 void crypto_cipher_deinit(struct crypto_cipher *ctx)
crypto_openssl.c 628 struct crypto_cipher { struct
634 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
638 struct crypto_cipher *ctx;
718 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
728 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
739 void crypto_cipher_deinit(struct crypto_cipher *ctx)
    [all...]
crypto_wolfssl.c 476 struct crypto_cipher { struct
482 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
486 struct crypto_cipher *ctx;
544 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
574 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
604 void crypto_cipher_deinit(struct crypto_cipher *ctx)
    [all...]

Completed in 345 milliseconds