Searched refs:R (Results 1 – 4 of 4) sorted by relevance
/crypto/ |
D | anubis.c | 47 int R; member 468 int N, R, i, r; in anubis_setkey() local 483 ctx->R = R = 8 + N; in anubis_setkey() 492 for (r = 0; r <= R; r++) { in anubis_setkey() 532 if (r == R) in anubis_setkey() 557 ctx->D[0][i] = ctx->E[R][i]; in anubis_setkey() 558 ctx->D[R][i] = ctx->E[0][i]; in anubis_setkey() 560 for (r = 1; r < R; r++) { in anubis_setkey() 562 u32 v = ctx->E[R - r][i]; in anubis_setkey() 575 u8 *ciphertext, const u8 *plaintext, const int R) in anubis_crypt() argument [all …]
|
D | keywrap.c | 93 __be64 R; member 159 scatterwalk_copychunks(&block.R, &src_walk, SEMIBSIZE, in crypto_kw_decrypt() 172 scatterwalk_copychunks(&block.R, &dst_walk, SEMIBSIZE, in crypto_kw_decrypt() 233 scatterwalk_copychunks(&block.R, &src_walk, SEMIBSIZE, in crypto_kw_encrypt() 244 scatterwalk_copychunks(&block.R, &dst_walk, SEMIBSIZE, in crypto_kw_encrypt()
|
D | fcrypt.c | 226 #define F_ENCRYPT(R, L, sched) \ argument 229 u.l = sched ^ R; \
|
D | Kconfig | 262 Elliptic Curve Russian Digital Signature Algorithm (GOST R 34.10-2012, 979 Streebog Hash Function (GOST R 34.11-2012, RFC 6986) is one of the Russian
|