Home
last modified time | relevance | path

Searched refs:cipher_context (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dcrypto.h77 } cipher_context; typedef
98 int (*cipher_crypt)(struct udevice *dev, cipher_context *ctx,
102 int (*cipher_mac)(struct udevice *dev, cipher_context *ctx,
106 int (*cipher_ae)(struct udevice *dev, cipher_context *ctx,
245 int crypto_cipher(struct udevice *dev, cipher_context *ctx,
258 int crypto_mac(struct udevice *dev, cipher_context *ctx,
274 int crypto_ae(struct udevice *dev, cipher_context *ctx,
/OK3568_Linux_fs/u-boot/drivers/crypto/
H A Dcrypto-uclass.c267 int crypto_cipher(struct udevice *dev, cipher_context *ctx, in crypto_cipher()
278 int crypto_mac(struct udevice *dev, cipher_context *ctx, in crypto_mac()
289 int crypto_ae(struct udevice *dev, cipher_context *ctx, in crypto_ae()
/OK3568_Linux_fs/kernel/include/net/
H A Dtls.h222 struct cipher_context { struct
264 struct cipher_context tx;
265 struct cipher_context rx;
522 struct cipher_context *ctx) in tls_advance_record_sn()
/OK3568_Linux_fs/u-boot/cmd/
H A Dcrypto.c344 int test_cipher_perf(struct udevice *dev, cipher_context *ctx, in test_cipher_perf()
474 cipher_context ctx; in test_cipher_result()
/OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/
H A Dcrypto_v2.c1244 int rockchip_crypto_cipher(struct udevice *dev, cipher_context *ctx, in rockchip_crypto_cipher()
1300 int rockchip_crypto_mac(struct udevice *dev, cipher_context *ctx, in rockchip_crypto_mac()
1347 int rockchip_crypto_ae(struct udevice *dev, cipher_context *ctx, in rockchip_crypto_ae()
/OK3568_Linux_fs/kernel/net/tls/
H A Dtls_main.c341 struct cipher_context *cctx; in do_tls_getsockopt_conf()
H A Dtls_sw.c2308 struct cipher_context *cctx; in tls_set_sw_offload()