Lines Matching refs:suite_info
186 struct suite_info { struct
193 static const struct suite_info suite_aes128gcm = { argument
200 static const struct suite_info suite_aes256gcm = {
207 static const struct suite_info suite_chacha20poly1305 = {
215 static const struct suite_info *get_suite(uint32_t suite_id) in get_suite()
231 const struct suite_info *c = get_suite(suite_id); in ossl_qrl_get_suite_cipher_name()
237 const struct suite_info *c = get_suite(suite_id); in ossl_qrl_get_suite_md_name()
243 const struct suite_info *c = get_suite(suite_id); in ossl_qrl_get_suite_secret_len()
249 const struct suite_info *c = get_suite(suite_id); in ossl_qrl_get_suite_cipher_key_len()
255 const struct suite_info *c = get_suite(suite_id); in ossl_qrl_get_suite_cipher_iv_len()
261 const struct suite_info *c = get_suite(suite_id); in ossl_qrl_get_suite_cipher_tag_len()
267 const struct suite_info *c = get_suite(suite_id); in ossl_qrl_get_suite_hdr_prot_cipher_id()
273 const struct suite_info *c = get_suite(suite_id); in ossl_qrl_get_suite_hdr_prot_key_len()
279 const struct suite_info *c = get_suite(suite_id); in ossl_qrl_get_suite_max_pkt()
285 const struct suite_info *c = get_suite(suite_id); in ossl_qrl_get_suite_max_forged_pkt()