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

/freebsd-13-stable/contrib/wpa/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,
592 struct crypto_cipher *ctx;
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dcrypto_internal-cipher.c17 struct crypto_cipher { struct
43 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
47 struct crypto_cipher *ctx;
103 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
166 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
230 void crypto_cipher_deinit(struct crypto_cipher *ctx)
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_nettle.c403 struct crypto_cipher { struct
411 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
415 struct crypto_cipher *ctx;
436 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
451 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
466 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,
406 struct crypto_cipher *ctx;
481 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
491 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
501 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,
305 struct crypto_cipher *ctx;
354 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
378 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
403 void crypto_cipher_deinit(struct crypto_cipher *ctx)
H A Dcrypto_linux.c853 struct crypto_cipher { struct
858 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
862 struct crypto_cipher *ctx;
929 static int crypto_cipher_oper(struct crypto_cipher *ctx, u32 type, const u8 *in,
978 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
985 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
992 void crypto_cipher_deinit(struct crypto_cipher *ctx)
H A Dcrypto_wolfssl.c476 struct crypto_cipher { struct
482 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
486 struct crypto_cipher *ctx;
544 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
574 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
604 void crypto_cipher_deinit(struct crypto_cipher *ctx)
H A Dcrypto_openssl.c628 struct crypto_cipher { struct
634 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
638 struct crypto_cipher *ctx;
718 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
728 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
739 void crypto_cipher_deinit(struct crypto_cipher *ctx)
/freebsd-13-stable/contrib/wpa/src/eap_common/
H A Dikev2_common.c178 struct crypto_cipher *cipher;
213 struct crypto_cipher *cipher;
/freebsd-13-stable/sys/opencrypto/
H A Dcryptodev.h634 struct enc_xform *crypto_cipher(const struct crypto_session_params *csp);
H A Dcryptosoft.c984 txf = crypto_cipher(csp);
1232 txf = crypto_cipher(csp);
H A Dcrypto.c585 crypto_cipher(const struct crypto_session_params *csp) function
/freebsd-13-stable/share/man/man9/
H A DMakefile957 crypto_session.9 crypto_cipher.9 \

Completed in 112 milliseconds