/external/wpa_supplicant/ |
crypto.h | 194 struct crypto_cipher; 209 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, 225 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, 240 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, 251 void crypto_cipher_deinit(struct crypto_cipher *ctx);
|
tlsv1_common.h | 216 struct crypto_cipher *write_cbc; 217 struct crypto_cipher *read_cbc;
|
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_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_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_6/wpa_supplicant/src/tls/ |
tlsv1_record.h | 59 struct crypto_cipher *write_cbc; 60 struct crypto_cipher *read_cbc;
|
/external/wpa_supplicant_8/src/tls/ |
tlsv1_record.h | 59 struct crypto_cipher *write_cbc; 60 struct crypto_cipher *read_cbc;
|
pkcs5.c | 145 static struct crypto_cipher * pkcs5_crypto_init(struct pkcs5_params *params, 180 struct crypto_cipher *ctx;
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
crypto.h | 195 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);
|
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_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)
|
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)
|
/external/wpa_supplicant_8/src/crypto/ |
crypto.h | 215 struct crypto_cipher; 230 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, 246 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx, 261 int __must_check crypto_cipher_decrypt(struct crypto_cipher *ctx, 272 void crypto_cipher_deinit(struct crypto_cipher *ctx);
|
crypto_nss.c | 185 struct crypto_cipher { struct 189 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, 197 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, 204 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, 211 void crypto_cipher_deinit(struct crypto_cipher *ctx)
|
crypto_gnutls.c | 195 struct crypto_cipher { struct 201 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, 205 struct crypto_cipher *ctx; 280 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, 290 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, 300 void crypto_cipher_deinit(struct crypto_cipher *ctx)
|
crypto_internal-cipher.c | 23 struct crypto_cipher { struct 50 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, 54 struct crypto_cipher *ctx; 115 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, 179 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, 243 void crypto_cipher_deinit(struct crypto_cipher *ctx)
|
crypto_cryptoapi.c | 507 struct crypto_cipher { struct 513 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, 517 struct crypto_cipher *ctx; 596 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, 613 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, 629 void crypto_cipher_deinit(struct crypto_cipher *ctx)
|
crypto_libtomcrypt.c | 290 struct crypto_cipher { struct 303 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, 307 struct crypto_cipher *ctx; 356 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, 380 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, 405 void crypto_cipher_deinit(struct crypto_cipher *ctx)
|
crypto_openssl.c | 300 struct crypto_cipher { struct 306 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, 310 struct crypto_cipher *ctx; 384 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, 394 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, 405 void crypto_cipher_deinit(struct crypto_cipher *ctx)
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/ |
ikev2_common.c | 197 struct crypto_cipher *cipher; 256 struct crypto_cipher *cipher;
|
/external/wpa_supplicant_8/src/eap_common/ |
ikev2_common.c | 198 struct crypto_cipher *cipher; 257 struct crypto_cipher *cipher;
|