HomeSort by relevance Sort by last modified time
    Searched defs:crypto_cipher (Results 1 - 6 of 6) 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 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_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_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 350 struct crypto_cipher { struct
356 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
360 struct crypto_cipher *ctx;
434 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
444 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
455 void crypto_cipher_deinit(struct crypto_cipher *ctx)

Completed in 56 milliseconds