Searched refs:P (Results 1 – 5 of 5) sorted by relevance
| /crypto/ |
| A D | blowfish_common.c | 305 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); }) 313 const u32 *P = bctx->p; in encrypt_block() local 335 yl ^= P[16]; in encrypt_block() 336 yr ^= P[17]; in encrypt_block() 348 u32 *P = ctx->p; in blowfish_setkey() local 360 P[i] = bf_pbox[i]; in blowfish_setkey() 369 P[i] = P[i] ^ temp; in blowfish_setkey() 379 P[i] = data[0]; in blowfish_setkey() 380 P[i + 1] = data[1]; in blowfish_setkey()
|
| A D | blowfish_generic.c | 35 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); }) 40 const u32 *P = ctx->p; in bf_encrypt() local 62 yl ^= P[16]; in bf_encrypt() 63 yr ^= P[17]; in bf_encrypt() 72 const u32 *P = ctx->p; in bf_decrypt() local 94 yl ^= P[1]; in bf_decrypt() 95 yr ^= P[0]; in bf_decrypt()
|
| A D | Kconfig | 319 using curves P-192, P-256, and P-384 (FIPS 186) 329 using curves P-192, P-256, P-384 and P-521
|
| /crypto/async_tx/ |
| A D | async_pq.c | 26 #define P(b, d) (b[d-2]) macro 182 &P(blocks, disks), 2, in async_gen_syndrome() 225 if (P(blocks, disks)) in async_gen_syndrome() 227 P(offsets, disks), in async_gen_syndrome() 257 if (!P(blocks, disks)) { in async_gen_syndrome() 259 P(offsets, disks) = 0; in async_gen_syndrome() 335 if (!P(blocks, disks)) { in async_syndrome_val() 340 P(offsets, disks), len, in async_syndrome_val() 412 P(blocks, disks) = NULL; in async_syndrome_val() 425 P(blocks, disks) = p_src; in async_syndrome_val() [all …]
|
| /crypto/asymmetric_keys/ |
| A D | x509_cert_parser.c | 662 #define DD2bin(P) ({ unsigned x = dec2bin(P[0]) * 10 + dec2bin(P[1]); P += 2; x; }) in x509_decode_time() argument
|
Completed in 10 milliseconds