Searched refs:last (Results 1 – 20 of 20) sorted by relevance
/crypto/ |
A D | ex_data.cc | 62 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 D | internal.h | 736 CRYPTO_EX_DATA_FUNCS *funcs, *last; member
|
/crypto/asn1/ |
A D | a_bitstr.cc | 49 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 D | cbs.cc | 636 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 D | x509_vfy.cc | 708 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 D | cmac.cc.inc | 216 // 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 D | rand.cc.inc | 61 // 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 D | ctrdrbg.cc.inc | 240 // ctr_inc adds |n| to the last four bytes of |drbg->counter|, treated as a
|
/crypto/fipsmodule/aes/ |
A D | aes_nohw.cc.inc | 1002 // 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 D | cfb.cc.inc | 94 it corrupts any extra bits in the last byte of out */
|
/crypto/perlasm/ |
A D | x86_64-xlate.pl | 1270 my $last = pop(@arr); 1282 $self->{value} .= &$conv($last);
|
/crypto/fipsmodule/cipher/ |
A D | cipher.cc.inc | 111 // Ensure a context left from last time is cleared (the previous check 406 // we have a copy of this last block
|
A D | e_aes.cc.inc | 332 // wrap around or increment more than last 8 bytes.
|
/crypto/fipsmodule/bn/ |
A D | bytes.cc.inc | 36 // Load the last partial word.
|
A D | montgomery_inv.cc.inc | 56 // In the last step, it would only make sense to ignore the lowest limb of
|
A D | exponentiation.cc.inc | 631 // 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 D | mldsa.cc.inc | 1384 int last = -1; 1387 if (last >= 0 && byte <= last) { 1390 last = byte;
|
/crypto/cipher/ |
A D | cipher_test.cc | 733 EXPECT_EQ(Bytes(suffix), Bytes(bssl::Span(kIV3).last(sizeof(suffix)))); in TEST()
|
/crypto/fipsmodule/ec/ |
A D | p224-64.cc.inc | 1058 // the generator (two in each of the last 28 rounds) and additions of p (every
|
/crypto/fipsmodule/mlkem/ |
A D | mlkem.cc.inc | 224 // transform leaves off the last iteration of the usual FFT code, with the 128
|
Completed in 79 milliseconds