Searched refs:crypto_cipher (Results 1 - 25 of 38) sorted by relevance

12

/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dtlsv1_record.h59 struct crypto_cipher *write_cbc;
60 struct crypto_cipher *read_cbc;
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_record.h55 struct crypto_cipher *write_cbc;
56 struct crypto_cipher *read_cbc;
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_record.h55 struct crypto_cipher *write_cbc;
56 struct crypto_cipher *read_cbc;
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_record.h55 struct crypto_cipher *write_cbc;
56 struct crypto_cipher *read_cbc;
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dcrypto.h195 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);
H A Dcrypto_gnutls.c201 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)
H A Dcrypto_openssl.c250 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)
H A Dcrypto_cryptoapi.c511 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)
H A Dcrypto_libtomcrypt.c291 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_8/hostapd/src/crypto/
H A Dcrypto.h195 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);
H A Dcrypto_nss.c179 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)
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_cryptoapi.c501 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)
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)
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto.h195 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);
H A Dcrypto_nss.c179 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)
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_cryptoapi.c501 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)
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)
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto.h195 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);
H A Dcrypto_nss.c179 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)
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)

Completed in 842 milliseconds

12