Searched refs:ecdh (Results 1 – 9 of 9) sorted by relevance
| /linux/include/crypto/ |
| A D | ecdh.h | 36 struct ecdh { struct 51 unsigned int crypto_ecdh_key_len(const struct ecdh *params); argument 66 int crypto_ecdh_encode_key(char *buf, unsigned int len, const struct ecdh *p); 80 int crypto_ecdh_decode_key(const char *buf, unsigned int len, struct ecdh *p);
|
| /linux/drivers/crypto/hisilicon/hpre/ |
| A D | hpre_crypto.c | 1203 dma_free_coherent(dev, sz << 3, ctx->ecdh.p, ctx->ecdh.dma_p); in hpre_ecc_clear_ctx() 1204 ctx->ecdh.p = NULL; in hpre_ecc_clear_ctx() 1320 if (!ctx->ecdh.p) { in hpre_ecdh_set_param() 1321 ctx->ecdh.p = dma_alloc_coherent(dev, sz << 3, &ctx->ecdh.dma_p, in hpre_ecdh_set_param() 1323 if (!ctx->ecdh.p) in hpre_ecdh_set_param() 1328 ctx->ecdh.g = ctx->ecdh.p + shift; in hpre_ecdh_set_param() 1329 ctx->ecdh.dma_g = ctx->ecdh.dma_p + shift; in hpre_ecdh_set_param() 1334 dma_free_coherent(dev, sz << 3, ctx->ecdh.p, ctx->ecdh.dma_p); in hpre_ecdh_set_param() 1335 ctx->ecdh.p = NULL; in hpre_ecdh_set_param() 1380 struct ecdh params; in hpre_ecdh_set_secret() [all …]
|
| /linux/crypto/ |
| A D | ecdh_helper.c | 27 unsigned int crypto_ecdh_key_len(const struct ecdh *params) in crypto_ecdh_key_len() 34 const struct ecdh *params) in crypto_ecdh_encode_key() 57 struct ecdh *params) in crypto_ecdh_decode_key()
|
| A D | ecdh.c | 30 struct ecdh params; in ecdh_set_secret()
|
| A D | Makefile | 182 ecdh_generic-y += ecdh.o
|
| /linux/Documentation/crypto/ |
| A D | api-kpp.rst | 25 .. kernel-doc:: include/crypto/ecdh.h 28 .. kernel-doc:: include/crypto/ecdh.h 29 :functions: ecdh crypto_ecdh_key_len crypto_ecdh_encode_key crypto_ecdh_decode_key
|
| /linux/net/bluetooth/ |
| A D | ecdh_helper.c | 127 struct ecdh p = {0}; in set_ecdh_privkey()
|
| /linux/drivers/crypto/ |
| A D | atmel-ecc.c | 83 struct ecdh params; in atmel_ecdh_set_secret()
|
| /linux/drivers/crypto/keembay/ |
| A D | keembay-ocs-ecc.c | 544 struct ecdh params; in kmb_ocs_ecdh_set_secret()
|
Completed in 21 milliseconds