Searched refs:key_length_octets (Results 1 – 4 of 4) sorted by relevance
110 status = cipher_type_alloc(ct, &c, test_case->key_length_octets); in cipher_type_self_test()264 status = cipher_type_alloc(ct, &c, test_case->key_length_octets); in cipher_type_self_test()290 if (test_case->key_length_octets > MAX_KEY_LEN) in cipher_type_self_test()292 status = rand_source_get_octet_string(key, test_case->key_length_octets); in cipher_type_self_test()
111 status = auth_type_alloc(at, &a, test_case->key_length_octets, in auth_type_self_test()134 test_case->key_length_octets)); in auth_type_self_test()
110 int key_length_octets; /* octets in key */ member
127 int key_length_octets; /* octets in key */ member