Home
last modified time | relevance | path

Searched defs:P (Results 1 – 4 of 4) sorted by relevance

/crypto/
Dblowfish_common.c312 const u32 *P = bctx->p; in encrypt_block() local
347 u32 *P = ctx->p; in blowfish_setkey() local
Dblowfish_generic.c41 const u32 *P = ctx->p; in bf_encrypt() local
75 const u32 *P = ctx->p; in bf_decrypt() local
/crypto/async_tx/
Dasync_pq.c26 #define P(b, d) (b[d-2]) macro
/crypto/asymmetric_keys/
Dx509_cert_parser.c543 #define DD2bin(P) ({ unsigned x = dec2bin(P[0]) * 10 + dec2bin(P[1]); P += 2; x; }) in x509_decode_time() argument