Searched refs:cipher_context (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | crypto.h | 77 } 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 D | crypto-uclass.c | 267 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 D | tls.h | 222 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 D | crypto.c | 344 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 D | crypto_v2.c | 1244 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 D | tls_main.c | 341 struct cipher_context *cctx; in do_tls_getsockopt_conf()
|
| H A D | tls_sw.c | 2308 struct cipher_context *cctx; in tls_set_sw_offload()
|