Home | History | Annotate | Download | only in providers

Lines Matching refs:specific

14 #define ENCODER_STRUCTURE_type_specific_keypair         "type-specific"
15 #define ENCODER_STRUCTURE_type_specific_params "type-specific"
16 #define ENCODER_STRUCTURE_type_specific "type-specific"
17 #define ENCODER_STRUCTURE_type_specific_no_pub "type-specific"
96 * Entries for key type specific output formats. The structure name on these
104 * OSSL_ENCODER_CTX_new_for_pkey(pkey, selection, "DER", "type-specific",
112 * OSSL_ENCODER_CTX_new_for_pkey(pkey, selection, "PEM", "type-specific",
376 * Entries for key type specific output formats. These are exactly the
377 * same as the type specific above, except that they use the key type
378 * name as structure name instead of "type-specific", in the call on