HomeSort by relevance Sort by last modified time
    Searched refs:nonce (Results 1 - 25 of 34) sorted by null

1 2

  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/include/
k5-int-pkinit.h 43 krb5_int32 nonce; /* (0..4294967295) */ member in struct:_krb5_pk_authenticator
53 krb5_int32 nonce; /* (0..4294967295) */ member in struct:_krb5_pk_authenticator_draft9
136 krb5_int32 nonce; /* (0..4294967295) */ member in struct:_krb5_kdc_dh_key_info
143 krb5_int32 nonce; /* (0..4294967295) */ member in struct:_krb5_kdc_dh_key_info_draft9
155 krb5_int32 nonce; member in struct:_krb5_reply_key_pack_draft9
  /onnv/onnv-gate/usr/src/common/openssl/crypto/x509v3/
v3_ocsp.c 71 static int i2r_ocsp_crlid(X509V3_EXT_METHOD *method, void *nonce, BIO *out, int indent);
72 static int i2r_ocsp_acutoff(X509V3_EXT_METHOD *method, void *nonce, BIO *out, int indent);
79 static int i2r_ocsp_nonce(X509V3_EXT_METHOD *method, void *nonce, BIO *out, int indent);
192 /* OCSP nonce. This is needs special treatment because it doesn't have
235 static int i2r_ocsp_nonce(X509V3_EXT_METHOD *method, void *nonce, BIO *out, int indent)
238 if(i2a_ASN1_STRING(out, nonce, V_ASN1_OCTET_STRING) <= 0) return 0;
  /onnv/onnv-gate/usr/src/lib/sasl_plugins/digestmd5/
digestmd5.c 186 unsigned char *nonce; member in struct:reauth_entry
223 unsigned char *nonce; member in struct:context
334 unsigned char *pszNonce, /* nonce from server */
336 unsigned char *pszCNonce, /* client nonce */
2572 unsigned char *nonce; local
2860 unsigned char *nonce = NULL, *cnonce = NULL; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/usb/usba/
whcdi.h 296 int PRF(const uchar_t *key, size_t klen, wusb_ccm_nonce_t *nonce,
301 #define PRF_64(key, klen, nonce, adata, alen, bdata, blen, out) \
302 PRF(key, klen, nonce, adata, alen, bdata, blen, out, 64)
304 #define PRF_128(key, klen, nonce, adata, alen, bdata, blen, out) \
305 PRF(key, klen, nonce, adata, alen, bdata, blen, out, 128)
307 #define PRF_256(key, klen, nonce, adata, alen, bdata, blen, out) \
308 PRF(key, klen, nonce, adata, alen, bdata, blen, out, 256)
  /onnv/onnv-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
pkinit_clnt.c 99 krb5_int32 cusec, krb5_ui_4 nonce,
135 krb5_ui_4 nonce = 0; local
178 /* XXX PKINIT RFC says that nonce in PKAuthenticator doesn't have be the
179 * same as in the AS_REQ. However, if we pick a different nonce, then we
181 * reuse the AS_REQ nonce.
183 nonce = request->nonce;
186 nonce, &cksum, request->server, &out_data);
224 * in order to get the Checksum rather than a Nonce in the reply.
272 krb5_ui_4 nonce,
    [all...]
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
get_in_tkt.c 133 /* set the nonce if the caller expects us to do it */
134 if (request->nonce == 0) {
137 request->nonce = (krb5_int32) time_now;
312 || (request->nonce != as_reply->enc_part2->nonce)
546 request.nonce = 0;
622 request.nonce = (krb5_int32) time_now;
957 /* request.nonce is filled in when we send a request to the kdc */
958 request.nonce = 0;
1088 /* nonce is filled in by send_as_request if we don't take care of it *
    [all...]
rd_cred.c 84 replaydata->seq = encpart.nonce;
174 * outputs the nonce and an array of the forwarded credentials.
send_tgs.c 168 rep->expected_nonce = tgsreq.nonce = (krb5_int32) time_now;
gc_via_tkt.c 297 if (dec_rep->enc_part2->nonce != tgsrep.expected_nonce)
mk_cred.c 86 credenc.nonce = replaydata->seq;
  /onnv/onnv-gate/usr/src/cmd/cmd-crypto/tpmadm/
admin_cmds.c 610 TPM_NONCE nonce; local
625 ValidationData.ulExternalDataLength = sizeof (nonce);
626 ValidationData.rgbExternalData = (BYTE *) &nonce;
627 ret = get_random(sizeof (nonce), (BYTE *) &nonce);
  /onnv/onnv-gate/usr/src/lib/print/libpapi-ipp/common/
ipp-support.c 463 char nonce[HTTP_MAX_VALUE]; local
472 "nonce", nonce);
481 snprintf(line, sizeof (line), "%s:%s:%s", urp, mr, nonce);
485 "Digest username=\"%s\", realm=\"%s\", nonce=\"%s\", "
486 "uri=\"%s\", response=\"%s\"", user, realm, nonce, uri,
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
wanboot-cgi.c 131 { "CONTENT", "IP", "CID", "NONCE", NULL };
325 create_nonce(const char *noncepath, const char *nonce)
332 !write_buffer(fd, nonce, strlen(nonce))) {
333 print_status(500, "(error creating nonce file)");
491 "(CONTENT, IP, CID and NONCE required)");
1263 wanbootfs_payload(const char *net, const char *cid, const char *nonce,
1402 * Create the /nonce file.
1404 if ((noncepath = make_path(bootfs_dir, "nonce")) == NULL ||
1405 !create_nonce(noncepath, nonce)) {
1685 char *nonce; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libldap5/sources/ldap/common/
digest_md5.c 74 const char *realm, *nonce, *cnonce, *qop, *user, *resp, *dom; member in struct:__anon3751
85 * Make a nonce (NUL terminated)
240 * Compute MD5("<hash_pass>:<nonce>:<cnonce>")
253 MD5Update(&ctx, (CONST_UCHAR *) attr->nonce, attr->nlen);
306 MD5Update(&ctx, (CONST_UCHAR *) attr->nonce, attr->nlen);
350 "username=\"%.*s\",realm=\"%.*s\",nonce=\"%.*s\",nc=%.*s,cnonce=\"";
360 if (attr->nonce == NULL || attr->nlen == 0 ||
410 /* generate string up to the client nonce */
412 attr->rlen, attr->realm, attr->nlen, attr->nonce,
416 /* generate client nonce */
    [all...]
  /onnv/onnv-gate/usr/src/psm/stand/boot/sparc/common/
wanboot.c 97 #define WANBOOTFS_NONCE_FILE "/nonce"
99 static char nonce[NONCELEN + 1]; variable
232 uint_t nlen = sizeof (nonce);
244 err = octet_to_hexascii(digest, sizeof (digest), nonce, &nlen);
247 "cannot convert nonce to ASCII: error %d", err);
250 nonce[NONCELEN] = '\0';
251 return (nonce);
316 * If the URL type requires a nonce, then supply it.
324 plen += strlen("&NONCE=") + NONCELEN;
327 (void) strcat(req_url->abspath, "&NONCE=")
    [all...]
  /onnv/onnv-gate/usr/src/common/crypto/modes/
ccm.c 600 /* Check the nonce length. Valid values are 7, 8, 9, 10, 11, 12, 13 */
646 ccm_format_initial_blocks(uchar_t *nonce, ulong_t nonceSize,
665 /* copy the nonce value into b0 */
666 bcopy(nonce, &(b0[1]), nonceSize);
684 /* copy the nonce value into the counter block */
685 bcopy(nonce, &(cb[1]), nonceSize);
689 /* Create the mask for the counter field based on the size of nonce */
701 * even with the biggest nonce of 13, the last byte of the
771 ccm_init(ccm_ctx_t *ctx, unsigned char *nonce, size_t nonce_len,
790 ccm_format_initial_blocks(nonce, nonce_len
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/usb/usba/
whcdi.c     [all...]
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
asn1_k_encode.c 238 /* nonce[2] INTEGER */
239 FIELDOF_NORM(krb5_enc_kdc_rep_part, int32, nonce, 2),
297 FIELDOF_NORM(struct kdc_req_hack, int32, v.nonce, 7),
    [all...]
asn1_k_decode.c 566 get_field(val->nonce,2,asn1_decode_int32);
654 get_field(val->nonce,7,asn1_decode_int32);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/krb5/krb5kdc/
do_as_req.c 402 reply_encpart.nonce = request->nonce;
566 errpkt.ctime = request->nonce;
  /onnv/onnv-gate/usr/src/uts/common/io/net80211/
net80211_crypto_ccmp.c 367 * Nonce: 0x00 | A2 | PN
443 cmparam.nonce = &b0[1]; /* N */
474 cmparam.nonce = &b0[1]; /* N */
  /onnv/onnv-gate/usr/src/uts/common/sys/crypto/
common.h 81 uchar_t *nonce; member in struct:CK_AES_CCM_PARAMS
131 caddr32_t nonce; member in struct:CK_AES_CCM_PARAMS32
  /onnv/onnv-gate/usr/src/lib/print/libhttp-core/common/
http.h 321 char nonce[HTTP_MAX_VALUE]; member in struct:__anon4449
322 /* Nonce value */
323 int nonce_count; /* Nonce count */
  /onnv/onnv-gate/usr/src/lib/sasl_plugins/cram/
cram.c 213 /* get time and a random number for the nonce */
366 -do an md5update with the nonce
554 static char *make_hashed(sasl_secret_t *sec, char *nonce, int noncelen,
576 utils->hmac_md5((unsigned char *) nonce, noncelen,
  /onnv/onnv-gate/usr/src/uts/common/inet/
sadb.h 45 * and nonce values change for each packet. For non-combined mode
54 uint8_t nonce[MAXSALTSIZE + sizeof (uint64_t)]; member in struct:ipsa_cm_mech_s
59 #define param_nonce paramu.paramu_ccm.nonce
70 * The Initialization Vector (also known as IV or Nonce) used to
84 * portion of the nonce is transmitted over the network with each packet
91 * The nonce structure is defined like this in the SA (ipsa_t)to ensure
93 * be incremented as an uint64_t. The nonce as used by the algorithms is
    [all...]

Completed in 1560 milliseconds

1 2