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

/netbsd-current/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcs_utils.c387 UnloadBlob_CERTIFY_INFO(UINT64 *offset, BYTE *blob, TCPA_CERTIFY_INFO *certify) argument
391 if (!certify) {
422 UnloadBlob_VERSION(offset, blob, (TPM_VERSION *)&certify->version);
423 UnloadBlob_UINT16(offset, &certify->keyUsage, blob);
424 UnloadBlob_KEY_FLAGS(offset, blob, &certify->keyFlags);
425 UnloadBlob_BOOL(offset, (TSS_BOOL *)&certify->authDataUsage, blob);
427 if ((rc = UnloadBlob_KEY_PARMS(offset, blob, &certify->algorithmParms)))
430 UnloadBlob(offset, TCPA_DIGEST_SIZE, blob, certify->pubkeyDigest.digest);
431 UnloadBlob(offset, TCPA_NONCE_SIZE, blob, certify->data.nonce);
432 UnloadBlob_BOOL(offset, (TSS_BOOL *)&certify
[all...]
/netbsd-current/crypto/external/cpl/trousers/dist/src/include/trousers/
H A Dtrousers.h102 void Trspi_LoadBlob_CERTIFY_INFO(UINT64 *offset, BYTE *blob, TCPA_CERTIFY_INFO *certify);
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dca.c91 static int certify(X509 **xret, const char *infile, EVP_PKEY *pkey, X509 *x509,
171 {"days", OPT_DAYS, 'p', "Number of days to certify the cert for"},
835 BIO_printf(bio_err, "cannot lookup how many days to certify for\n");
914 j = certify(&x, infile, pkey, x509p, dgst, sigopts, attribs, db,
933 j = certify(&x, argv[i], pkey, x509p, dgst, sigopts, attribs, db,
1265 static int certify(X509 **xret, const char *infile, EVP_PKEY *pkey, X509 *x509, function
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Dca.c91 static int certify(X509 **xret, const char *infile, int informat,
204 {"days", OPT_DAYS, 'p', "Number of days to certify the cert for"},
499 /* Remaining args are files to certify. */
929 BIO_printf(bio_err, "cannot lookup how many days to certify for\n");
1008 j = certify(&x, infile, informat, pkey, x509p, dgst,
1028 j = certify(&x, argv[i], informat, pkey, x509p, dgst,
1377 static int certify(X509 **xret, const char *infile, int informat, function

Completed in 222 milliseconds