/external/wpa_supplicant_8/src/crypto/ |
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_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_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_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)
|
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)
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
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_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)
|
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/ |
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_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_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)
|