Searched refs:key_block_bits (Results 1 – 1 of 1) sorted by relevance
77 const long int key_block_bits = in TestTLSKDF() local79 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()