/hostap-3.6.0/src/crypto/ |
D | crypto_internal-cipher.c | 17 struct crypto_cipher { struct 43 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() argument 47 struct crypto_cipher *ctx; in crypto_cipher_init() 103 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() 166 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt() 230 void crypto_cipher_deinit(struct crypto_cipher *ctx) in crypto_cipher_deinit()
|
D | crypto_nettle.c | 403 struct crypto_cipher { struct 411 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() argument 415 struct crypto_cipher *ctx; in crypto_cipher_init() 436 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() 451 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt() 466 void crypto_cipher_deinit(struct crypto_cipher *ctx) in crypto_cipher_deinit()
|
D | crypto_gnutls.c | 396 struct crypto_cipher { struct 402 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() argument 406 struct crypto_cipher *ctx; in crypto_cipher_init() 481 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() 491 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt() 501 void crypto_cipher_deinit(struct crypto_cipher *ctx) in crypto_cipher_deinit()
|
D | crypto.h | 221 struct crypto_cipher; 236 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, 252 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx, 267 int __must_check crypto_cipher_decrypt(struct crypto_cipher *ctx, 278 void crypto_cipher_deinit(struct crypto_cipher *ctx);
|
D | crypto_libtomcrypt.c | 288 struct crypto_cipher { struct 301 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() argument 305 struct crypto_cipher *ctx; in crypto_cipher_init() 354 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() 378 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt() 403 void crypto_cipher_deinit(struct crypto_cipher *ctx) in crypto_cipher_deinit()
|
D | crypto_linux.c | 853 struct crypto_cipher { struct 858 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() argument 862 struct crypto_cipher *ctx; in crypto_cipher_init() 929 static int crypto_cipher_oper(struct crypto_cipher *ctx, u32 type, const u8 *in, in crypto_cipher_oper() 978 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() 985 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt() 992 void crypto_cipher_deinit(struct crypto_cipher *ctx) in crypto_cipher_deinit()
|
D | crypto_wolfssl.c | 476 struct crypto_cipher { struct 482 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() argument 486 struct crypto_cipher *ctx; in crypto_cipher_init() 544 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() 574 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt() 604 void crypto_cipher_deinit(struct crypto_cipher *ctx) in crypto_cipher_deinit()
|
D | crypto_openssl.c | 701 struct crypto_cipher { struct 707 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() argument 711 struct crypto_cipher *ctx; in crypto_cipher_init() 791 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() 801 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt() 812 void crypto_cipher_deinit(struct crypto_cipher *ctx) in crypto_cipher_deinit()
|
/hostap-3.6.0/src/tls/ |
D | tlsv1_record.h | 55 struct crypto_cipher *write_cbc; 56 struct crypto_cipher *read_cbc;
|
D | pkcs5.c | 361 static struct crypto_cipher * 488 static struct crypto_cipher * 529 static struct crypto_cipher * pkcs5_crypto_init(struct pkcs5_params *params, in pkcs5_crypto_init() 570 struct crypto_cipher *ctx; in pkcs5_decrypt()
|
/hostap-3.6.0/src/eap_common/ |
D | ikev2_common.c | 178 struct crypto_cipher *cipher; in ikev2_encr_encrypt() 213 struct crypto_cipher *cipher; in ikev2_encr_decrypt()
|