Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_internal-cipher.c17 struct crypto_cipher { struct
43 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init()
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()
H A Dcrypto.h221 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);
H A Dcrypto_gnutls.c396 struct crypto_cipher { struct
402 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init()
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()
H A Dcrypto_nettle.c403 struct crypto_cipher { struct
411 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init()
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()
H A Dcrypto_libtomcrypt.c288 struct crypto_cipher { struct
301 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init()
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()
H A Dcrypto_linux.c853 struct crypto_cipher { struct
858 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init()
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()
H A Dcrypto_openssl.c628 struct crypto_cipher { struct
634 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init()
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()
H A Dcrypto_wolfssl.c476 struct crypto_cipher { struct
482 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init()
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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_internal-cipher.c17 struct crypto_cipher { struct
43 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init()
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()
H A Dcrypto_gnutls.c396 struct crypto_cipher { struct
402 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init()
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()
H A Dcrypto_nettle.c403 struct crypto_cipher { struct
411 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init()
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()
H A Dcrypto.h221 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);
H A Dcrypto_libtomcrypt.c288 struct crypto_cipher { struct
301 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init()
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()
H A Dcrypto_linux.c853 struct crypto_cipher { struct
858 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init()
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()
H A Dcrypto_wolfssl.c476 struct crypto_cipher { struct
482 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init()
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()
H A Dcrypto_openssl.c701 struct crypto_cipher { struct
707 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init()
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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dtlsv1_record.h55 struct crypto_cipher *write_cbc;
56 struct crypto_cipher *read_cbc;
H A Dpkcs5.c383 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dtlsv1_record.h55 struct crypto_cipher *write_cbc;
56 struct crypto_cipher *read_cbc;
H A Dpkcs5.c361 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Dikev2_common.c178 struct crypto_cipher *cipher; in ikev2_encr_encrypt()
213 struct crypto_cipher *cipher; in ikev2_encr_decrypt()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Dikev2_common.c178 struct crypto_cipher *cipher; in ikev2_encr_encrypt()
213 struct crypto_cipher *cipher; in ikev2_encr_decrypt()

Completed in 27 milliseconds