Lines Matching refs:translation_st

41 struct translation_st;           /* Forwarding */
156 const struct translation_st *translation,
159 const struct translation_st *translation,
214 struct translation_st { struct
290 const struct translation_st *translation, in default_check() argument
385 const struct translation_st *translation, in default_fixup_args()
709 const struct translation_st *translation, in cleanup_translation_ctx()
743 const struct translation_st *translation, in fix_cipher_md()
800 const struct translation_st *translation, in fix_cipher()
808 const struct translation_st *translation, in fix_md()
816 const struct translation_st *translation, in fix_distid_len()
838 const struct translation_st *translation, in fix_kdf_type()
922 const struct translation_st *translation, in fix_dh_kdf_type()
936 const struct translation_st *translation, in fix_ec_kdf_type()
950 const struct translation_st *translation, in fix_oid()
993 const struct translation_st *translation, in fix_dh_nid()
1019 const struct translation_st *translation, in fix_dh_nid5114()
1063 const struct translation_st *translation, in fix_dh_paramgen_type()
1089 const struct translation_st *translation, in fix_ec_param_enc()
1137 const struct translation_st *translation, in fix_ec_paramgen_curve_nid()
1180 const struct translation_st *translation, in fix_ecdh_cofactor()
1247 const struct translation_st *translation, in fix_rsa_padding_mode()
1372 const struct translation_st *translation, in fix_rsa_pss_saltlen()
1452 const struct translation_st *translation, in fix_hkdf_mode()
1513 const struct translation_st *translation, in get_payload_group_name()
1566 const struct translation_st *translation, in get_payload_private_key()
1603 const struct translation_st *translation, in get_payload_public_key()
1666 const struct translation_st *translation, in get_payload_public_key_ec()
1724 const struct translation_st *translation, in get_payload_bn()
1737 const struct translation_st *translation, in get_dh_dsa_payload_p()
1762 const struct translation_st *translation, in get_dh_dsa_payload_q()
1784 const struct translation_st *translation, in get_dh_dsa_payload_g()
1806 const struct translation_st *translation, in get_payload_int()
1819 const struct translation_st *translation, in get_ec_decoded_from_explicit_params()
1844 const struct translation_st *translation, in get_rsa_payload_n()
1858 const struct translation_st *translation, in get_rsa_payload_e()
1872 const struct translation_st *translation, in get_rsa_payload_d()
1886 const struct translation_st *translation, in get_rsa_payload_factor()
1916 const struct translation_st *translation, in get_rsa_payload_exponent()
1946 const struct translation_st *translation, in get_rsa_payload_coefficient()
1975 const struct translation_st *translation, \
1987 const struct translation_st *translation, \
2000 const struct translation_st *translation, \
2041 const struct translation_st *translation, in fix_group_ecx()
2071 static const struct translation_st evp_pkey_ctx_translations[] = {
2446 static const struct translation_st evp_pkey_translations[] = {
2587 static const struct translation_st *
2588 lookup_translation(struct translation_st *tmpl, in lookup_translation()
2589 const struct translation_st *translations, in lookup_translation()
2595 const struct translation_st *item = &translations[i]; in lookup_translation()
2692 static const struct translation_st *
2693 lookup_evp_pkey_ctx_translation(struct translation_st *tmpl) in lookup_evp_pkey_ctx_translation()
2699 static const struct translation_st *
2700 lookup_evp_pkey_translation(struct translation_st *tmpl) in lookup_evp_pkey_translation()
2712 struct translation_st tmpl = { 0, }; in evp_pkey_ctx_ctrl_to_param()
2713 const struct translation_st *translation = NULL; in evp_pkey_ctx_ctrl_to_param()
2780 struct translation_st tmpl = { 0, }; in evp_pkey_ctx_ctrl_str_to_param()
2781 const struct translation_st *translation = NULL; in evp_pkey_ctx_ctrl_str_to_param()
2847 struct translation_st tmpl = { 0, }; in evp_pkey_ctx_setget_params_to_ctrl()
2848 const struct translation_st *translation = NULL; in evp_pkey_ctx_setget_params_to_ctrl()
2915 struct translation_st tmpl = { 0, }; in evp_pkey_setget_params_to_ctrl()
2916 const struct translation_st *translation = NULL; in evp_pkey_setget_params_to_ctrl()