Searched refs:p8inf (Results 1 – 1 of 1) sorted by path
109 PKCS8_PRIV_KEY_INFO *p8inf; in nxt_cert_bio() local154 p8inf = d2i_PKCS8_PRIV_KEY_INFO(NULL, &data_copy, length); in nxt_cert_bio()156 if (p8inf == NULL) { in nxt_cert_bio()162 key = EVP_PKCS82PKEY(p8inf); in nxt_cert_bio()164 PKCS8_PRIV_KEY_INFO_free(p8inf); in nxt_cert_bio()