Searched refs:curve25519_set_secret (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/crypto/ |
D | curve25519-generic.c | 9 static int curve25519_set_secret(struct crypto_kpp *tfm, const void *buf, in curve25519_set_secret() function 69 .set_secret = curve25519_set_secret,
|
/linux-6.12.1/arch/arm/crypto/ |
D | curve25519-glue.c | 49 static int curve25519_set_secret(struct crypto_kpp *tfm, const void *buf, in curve25519_set_secret() function 109 .set_secret = curve25519_set_secret,
|
/linux-6.12.1/arch/powerpc/crypto/ |
D | curve25519-ppc64le-core.c | 195 static int curve25519_set_secret(struct crypto_kpp *tfm, const void *buf, in curve25519_set_secret() function 274 .set_secret = curve25519_set_secret,
|
/linux-6.12.1/arch/x86/crypto/ |
D | curve25519-x86_64.c | 1615 static int curve25519_set_secret(struct crypto_kpp *tfm, const void *buf, in curve25519_set_secret() function 1694 .set_secret = curve25519_set_secret,
|