Home
last modified time | relevance | path

Searched refs:bo (Results 1 – 3 of 3) sorted by relevance

/openssl/crypto/perlasm/
H A Dppc-xlate.pl221 my $bo = $f=~/[\+\-]/ ? 16+9 : 16; # optional "to be taken" hint
222 " bc $bo,0,".shift;
226 my $bo = $f=~/\-/ ? 12+2 : 12; # optional "not to be taken" hint
228 " .long ".sprintf "0x%x",19<<26|$bo<<21|16<<1 :
229 " bclr $bo,0";
233 my $bo = $f=~/\-/ ? 4+2 : 4; # optional "not to be taken" hint
235 " .long ".sprintf "0x%x",19<<26|$bo<<21|2<<16|16<<1 :
236 " bclr $bo,2";
240 my $bo = $f=~/-/ ? 12+2 : 12; # optional "not to be taken" hint
242 " .long ".sprintf "0x%X",19<<26|$bo<<21|2<<16|16<<1 :
[all …]
/openssl/crypto/bio/
H A Dbss_mem.c247 BUF_MEM *bm, *bo; /* bio_mem, bio_other */ in mem_ctrl() local
252 bo = bbm->readp; in mem_ctrl()
255 bo = bbm->buf; in mem_ctrl()
257 off = (bm->data == bo->data) ? 0 : bm->data - bo->data; in mem_ctrl()
280 bm->data = (num != 0) ? bo->data + num : bo->data; in mem_ctrl()
281 bm->length = bo->length - num; in mem_ctrl()
282 bm->max = bo->max - num; in mem_ctrl()
/openssl/crypto/ec/
H A Dec_lib.c681 const BIGNUM *ao, *bo, *ac, *bc; in EC_GROUP_cmp() local
684 bo = EC_GROUP_get0_order(b); in EC_GROUP_cmp()
685 if (ao == NULL || bo == NULL) { in EC_GROUP_cmp()
690 if (BN_cmp(ao, bo) != 0) { in EC_GROUP_cmp()

Completed in 13 milliseconds