Home
last modified time | relevance | path

Searched refs:lb (Results 1 – 4 of 4) sorted by relevance

/openssl-master/crypto/bn/
A Dbn_shift.c107 unsigned int lb, rb; in bn_lshift_fixed_top() local
121 lb = (unsigned int)n % BN_BITS2; in bn_lshift_fixed_top()
122 rb = BN_BITS2 - lb; in bn_lshift_fixed_top()
131 m = l << lb; in bn_lshift_fixed_top()
135 t[0] = (l << lb) & BN_MASK2; in bn_lshift_fixed_top()
176 unsigned int lb, rb; in bn_rshift_fixed_top() local
193 lb = BN_BITS2 - rb; in bn_rshift_fixed_top()
194 lb %= BN_BITS2; /* say no to undefined behaviour */ in bn_rshift_fixed_top()
195 mask = (BN_ULONG)0 - lb; /* mask = 0 - (lb != 0) */ in bn_rshift_fixed_top()
206 t[i] = (l >> rb) | ((m << lb) & mask); in bn_rshift_fixed_top()
/openssl-master/crypto/cmac/
A Dcmac.c208 int i, bl, lb; in CMAC_Final() local
218 lb = ctx->nlast_block; in CMAC_Final()
220 if (lb == bl) { in CMAC_Final()
224 ctx->last_block[lb] = 0x80; in CMAC_Final()
225 if (bl - lb > 1) in CMAC_Final()
226 memset(ctx->last_block + lb + 1, 0, bl - lb - 1); in CMAC_Final()
/openssl-master/crypto/bio/
A Dbio_lib.c634 BIO *lb; in BIO_push() local
638 lb = b; in BIO_push()
639 while (lb->next_bio != NULL) in BIO_push()
640 lb = lb->next_bio; in BIO_push()
641 lb->next_bio = bio; in BIO_push()
643 bio->prev_bio = lb; in BIO_push()
645 BIO_ctrl(b, BIO_CTRL_PUSH, 0, lb); in BIO_push()
/openssl-master/test/certs/
A Dbadcn1-cert.pem14 ggEBACKtfZCcP/pY8Bu+lb/pGZj5txsmNbJ1l2RVACQA7CGjwfUr7VaQGMuT+FuA

Completed in 5 milliseconds