Home
last modified time | relevance | path

Searched refs:last (Results 1 – 20 of 20) sorted by relevance

/crypto/
A Dex_data.cc62 if (ex_data_class->last == NULL) { in CRYPTO_get_ex_new_index_ex()
65 ex_data_class->last = funcs; in CRYPTO_get_ex_new_index_ex()
67 ex_data_class->last->next = funcs; in CRYPTO_get_ex_new_index_ex()
68 ex_data_class->last = funcs; in CRYPTO_get_ex_new_index_ex()
A Dinternal.h736 CRYPTO_EX_DATA_FUNCS *funcs, *last; member
/crypto/asn1/
A Da_bitstr.cc49 uint8_t last = str->data[len - 1]; in asn1_bit_string_length() local
50 assert(last != 0); in asn1_bit_string_length()
52 if (last & (1 << padding_bits)) { in asn1_bit_string_length()
/crypto/bytestring/
A Dcbs.cc636 uint8_t last; in CBS_is_valid_asn1_bitstring() local
637 if (!CBS_get_last_u8(&in, &last) || in CBS_is_valid_asn1_bitstring()
638 (last & ((1 << num_unused_bits) - 1)) != 0) { in CBS_is_valid_asn1_bitstring()
/crypto/x509/
A Dx509_vfy.cc708 int last; in check_revocation() local
710 last = (int)sk_X509_num(ctx->chain) - 1; in check_revocation()
712 last = 0; in check_revocation()
714 for (int i = 0; i <= last; i++) { in check_revocation()
/crypto/fipsmodule/cmac/
A Dcmac.cc.inc216 // case we don't want to process this block now because it might be the last
268 // If the last block is incomplete, terminate it with a single 'one' bit
/crypto/fipsmodule/rand/
A Drand.cc.inc61 // calls is the number of generate calls made on |drbg| since it was last
67 // fork_unsafe_buffering is non-zero iff, when |drbg| was last (re)seeded,
416 // If we've forked since |state| was last seeded, reseed.
A Dctrdrbg.cc.inc240 // ctr_inc adds |n| to the last four bytes of |drbg->counter|, treated as a
/crypto/fipsmodule/aes/
A Daes_nohw.cc.inc1002 // Incorporate the transformed word and propagate. Note the last word of
1041 // Incorporate rcon and the transformed word. Note the last word of the
1042 // previous iteration corresponds to the last word of |copy|.
1053 // Compute the last two words, which go in the first half of |block1|. The
1054 // last two words of the previous iteration are in the second half of
1268 // Save the last block as the IV.
A Dcfb.cc.inc94 it corrupts any extra bits in the last byte of out */
/crypto/perlasm/
A Dx86_64-xlate.pl1270 my $last = pop(@arr);
1282 $self->{value} .= &$conv($last);
/crypto/fipsmodule/cipher/
A Dcipher.cc.inc111 // Ensure a context left from last time is cleared (the previous check
406 // we have a copy of this last block
A De_aes.cc.inc332 // wrap around or increment more than last 8 bytes.
/crypto/fipsmodule/bn/
A Dbytes.cc.inc36 // Load the last partial word.
A Dmontgomery_inv.cc.inc56 // In the last step, it would only make sense to ignore the lowest limb of
A Dexponentiation.cc.inc631 // If the first bit to be read lands in the last byte, unroll the first
633 // iteration, we are guaranteed to be past the last byte.) Note |bits|
/crypto/fipsmodule/mldsa/
A Dmldsa.cc.inc1384 int last = -1;
1387 if (last >= 0 && byte <= last) {
1390 last = byte;
/crypto/cipher/
A Dcipher_test.cc733 EXPECT_EQ(Bytes(suffix), Bytes(bssl::Span(kIV3).last(sizeof(suffix)))); in TEST()
/crypto/fipsmodule/ec/
A Dp224-64.cc.inc1058 // the generator (two in each of the last 28 rounds) and additions of p (every
/crypto/fipsmodule/mlkem/
A Dmlkem.cc.inc224 // transform leaves off the last iteration of the usual FFT code, with the 128

Completed in 79 milliseconds