Searched refs:pnid (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/x509/
H A Dx509_req.c190 int idx, *pnid; local
195 for (pnid = ext_nids; *pnid != NID_undef; pnid++)
197 idx = X509_REQ_get_attr_by_NID(req, *pnid, -1);
/freebsd-10.0-release/crypto/openssl/crypto/pkcs12/
H A Dp12_npas.c72 static int alg_get(X509_ALGOR *alg, int *pnid, int *piter, int *psaltlen);
211 static int alg_get(X509_ALGOR *alg, int *pnid, int *piter, int *psaltlen) argument
220 *pnid = OBJ_obj2nid(alg->algorithm);
/freebsd-10.0-release/crypto/openssl/crypto/evp/
H A Dp_lib.c462 int EVP_PKEY_get_default_digest_nid(EVP_PKEY *pkey, int *pnid) argument
467 0, pnid);
H A Devp.h950 int EVP_PKEY_get_default_digest_nid(EVP_PKEY *pkey, int *pnid);

Completed in 125 milliseconds