Searched defs:enc_flags (Results 1 – 5 of 5) sorted by relevance
43 static const struct enc_flags { struct44 __u16 flag;45 const char *param;
171 unsigned enc_flags = EC_KEY_get_enc_flags(ec_key) | EC_PKEY_NO_PARAMETERS; in eckey_priv_encode() local
1291 static const struct enc_flags { struct1292 __u16 flag;1293 char *param;
193 unsigned enc_flags) { in EC_KEY_marshal_private_key()
1970 uint32_t enc_flags; member