Searched defs:algorithm (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/common/crypto/ecc/
H A Dsecoidt.h59 ** An X.500 algorithm identifier
62 SECItem algorithm; member in struct:SECAlgorithmIDStr
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dasn1.c834 CK_BYTE ** algorithm,
862 *algorithm = alg;
832 ber_decode_PrivateKeyInfo(CK_BYTE * data, CK_ULONG data_len, CK_BYTE ** algorithm, CK_ULONG * alg_len, CK_BYTE ** priv_key) argument
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_print.c455 u_int keyflags, protocol, algorithm, key_id; local
466 algorithm = *rdata++;
468 keyflags, protocol, algorithm));
498 u_int type, algorithm, labels, footprint; local
508 algorithm = *rdata++;
512 p_type(type), algorithm, labels, t));
997 unsigned int i, hip_len, algorithm, key_len; local
1003 algorithm = *rdata++;
1012 len = sprintf(tmp, "( %u ", algorithm);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dk5-int-pkinit.h58 krb5_octet_data algorithm; /* OID */ member in struct:_krb5_algorithm_identifier
64 krb5_algorithm_identifier algorithm; member in struct:_krb5_subject_pk_info
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dsun_ima.c86 SUN_IMA_DIGEST_ALGORITHM_VALUE *algorithm);
92 SUN_IMA_DIGEST_ALGORITHM_VALUE *algorithm,
1105 /* We only support one preference of digest algorithm. */
1108 "More than one digest algorithm specified.");
1136 /* We only support one preference of digest algorithm. */
1139 "More than one digest algorithm specified.");
1160 SUN_IMA_DIGEST_ALGORITHM_VALUE *algorithm
1163 return (getDigest(oid, ISCSI_LOGIN_PARAM_HEADER_DIGEST, algorithm));
1168 SUN_IMA_DIGEST_ALGORITHM_VALUE *algorithm
1171 return (getDigest(oid, ISCSI_LOGIN_PARAM_DATA_DIGEST, algorithm));
2598 getNegotiatedDigest( int digestType, SUN_IMA_DIGEST_ALGORITHM_VALUE *algorithm, SUN_IMA_CONN_PROPERTIES *connProps) argument
[all...]
/illumos-gate/usr/src/cmd/lofiadm/
H A Dmain.c1472 char algorithm[MAXALGLEN]; local
1683 * Signature (name of the compression algorithm)
1692 (void) bzero(algorithm, sizeof (algorithm));
1693 (void) strlcpy(algorithm, li->l_name, sizeof (algorithm));
1694 if (write(compfd, algorithm, sizeof (algorithm))
1695 != sizeof (algorithm))
1797 die(gettext("invalid algorithm nam
[all...]
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_ami.h140 struct ami_algid *algorithm; member in struct:ami_cert
182 struct ami_algid *algorithm; member in struct:ami_pubkey_info
189 struct ami_oid *algorithm; member in struct:ami_algid
261 struct ami_algid *algorithm; member in struct:ami_keypkg
326 struct ami_algid *algorithm; member in struct:ami_crl
496 struct ami_algid *algorithm; member in struct:ami_certreq
758 const ami_algid *, /* IN: digest algorithm */
766 const ami_algid *, /* IN: signature key algorithm */
769 const ami_algid *, /* IN: signature algorithm */
777 const ami_algid *, /* IN: verification key algorithm */
[all...]
/illumos-gate/usr/src/lib/libkmf/include/
H A Dkmftypes.h414 * cryptographic algorithm and an optional set of
415 * parameters to be used as input to that algorithm.
419 KMF_OID algorithm; member in struct:__anon3443
459 * description of the verification algorithm
464 KMF_X509_ALGORITHM_IDENTIFIER algorithm; member in struct:__anon3447
603 #define CERT_ALG_OID(c) &c->certificate.signature.algorithm
604 #define CERT_SIG_OID(c) &c->signature.algorithmIdentifier.algorithm

Completed in 100 milliseconds