Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H 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()
179 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/crypto/cmac/
H A Dcmac.c250 int i, bl, lb; in CMAC_Final() local
260 lb = ctx->nlast_block; in CMAC_Final()
262 if (lb == bl) { in CMAC_Final()
266 ctx->last_block[lb] = 0x80; in CMAC_Final()
267 if (bl - lb > 1) in CMAC_Final()
268 memset(ctx->last_block + lb + 1, 0, bl - lb - 1); in CMAC_Final()
/openssl/crypto/bio/
H A Dbio_lib.c748 BIO *lb; in BIO_push() local
752 lb = b; in BIO_push()
753 while (lb->next_bio != NULL) in BIO_push()
754 lb = lb->next_bio; in BIO_push()
755 lb->next_bio = bio; in BIO_push()
757 bio->prev_bio = lb; in BIO_push()
759 BIO_ctrl(b, BIO_CTRL_PUSH, 0, lb); in BIO_push()
/openssl/test/certs/
H A Dbadcn1-cert.pem14 ggEBACKtfZCcP/pY8Bu+lb/pGZj5txsmNbJ1l2RVACQA7CGjwfUr7VaQGMuT+FuA

Completed in 10 milliseconds