Searched refs:priv_encode (Results 1 – 7 of 7) sorted by relevance
306 int (*priv_encode)(PKCS8_PRIV_KEY_INFO *p8, in EVP_PKEY_asn1_set_private()314 ameth->priv_encode = priv_encode; in EVP_PKEY_asn1_set_private()
112 if (a->ameth != NULL && a->ameth->priv_encode != NULL) { in i2d_PrivateKey()
160 if (pkey->ameth->priv_encode != NULL) { in EVP_PKEY2PKCS8()161 if (!pkey->ameth->priv_encode(p8, pkey)) { in EVP_PKEY2PKCS8()
35 int (*priv_encode)(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pk); member
60 int (*priv_encode) (PKCS8_PRIV_KEY_INFO *p8,181 int (*priv_encode) (PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pk);185 The priv_decode() and priv_encode() methods are called to decode /
324 if (x != NULL && (x->ameth == NULL || x->ameth->priv_encode != NULL)) in PEM_write_cb_ex_fnsig()
1643 int (*priv_encode)(PKCS8_PRIV_KEY_INFO *p8,