Home
last modified time | relevance | path

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

/external/boringssl/src/fipstools/
Dcavp_tlskdf_test.cc77 const long int key_block_bits = in TestTLSKDF() local
79 if (errno != 0 || key_block_bits <= 0 || (key_block_bits & 7) != 0) { in TestTLSKDF()
82 const size_t key_block_len = key_block_bits / 8; in TestTLSKDF()