| /dragonfly/contrib/wpa_supplicant/src/crypto/ |
| HD | 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()
|
| HD | 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);
|
| HD | 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()
|
| HD | 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()
|
| HD | 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()
|
| HD | 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()
|
| HD | 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()
|
| HD | crypto_openssl.c | 628 struct crypto_cipher { struct 634 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() argument 638 struct crypto_cipher *ctx; in crypto_cipher_init() 718 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() 728 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt() 739 void crypto_cipher_deinit(struct crypto_cipher *ctx) in crypto_cipher_deinit()
|
| /dragonfly/contrib/wpa_supplicant/src/tls/ |
| HD | tlsv1_record.h | 55 struct crypto_cipher *write_cbc; 56 struct crypto_cipher *read_cbc;
|
| HD | pkcs5.c | 383 static struct crypto_cipher * 510 static struct crypto_cipher * 551 static struct crypto_cipher * pkcs5_crypto_init(struct pkcs5_params *params, in pkcs5_crypto_init() 592 struct crypto_cipher *ctx; in pkcs5_decrypt()
|
| /dragonfly/contrib/wpa_supplicant/src/eap_common/ |
| HD | ikev2_common.c | 178 struct crypto_cipher *cipher; in ikev2_encr_encrypt() 213 struct crypto_cipher *cipher; in ikev2_encr_decrypt()
|