Searched defs:crypto_cipher (Results 1 - 12 of 12) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_internal-cipher.c17 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)
H A Dcrypto_gnutls.c189 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)
H A Dcrypto_libtomcrypt.c284 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)
H A Dcrypto_openssl.c415 struct crypto_cipher { struct
421 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
425 struct crypto_cipher *ctx;
501 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
511 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
522 void crypto_cipher_deinit(struct crypto_cipher *ctx)
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_internal-cipher.c17 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)
H A Dcrypto_gnutls.c189 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)
H A Dcrypto_libtomcrypt.c284 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)
H A Dcrypto_openssl.c415 struct crypto_cipher { struct
421 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
425 struct crypto_cipher *ctx;
501 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
511 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
522 void crypto_cipher_deinit(struct crypto_cipher *ctx)
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_internal-cipher.c17 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)
H A Dcrypto_gnutls.c189 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)
H A Dcrypto_libtomcrypt.c284 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)
H A Dcrypto_openssl.c415 struct crypto_cipher { struct
421 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
425 struct crypto_cipher *ctx;
501 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
511 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
522 void crypto_cipher_deinit(struct crypto_cipher *ctx)

Completed in 135 milliseconds