Searched defs:P (Results 1 – 4 of 4) sorted by relevance
312 const u32 *P = bctx->p; in encrypt_block() local347 u32 *P = ctx->p; in blowfish_setkey() local
41 const u32 *P = ctx->p; in bf_encrypt() local75 const u32 *P = ctx->p; in bf_decrypt() local
26 #define P(b, d) (b[d-2]) macro
543 #define DD2bin(P) ({ unsigned x = dec2bin(P[0]) * 10 + dec2bin(P[1]); P += 2; x; }) in x509_decode_time() argument