Home
last modified time | relevance | path

Searched refs:algorithm (Results 1 – 25 of 78) sorted by relevance

1234

/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_lib.c165 if ((*in)->clientPublicValue->algorithm.algorithm.data != NULL) in free_krb5_auth_pack()
166 free((*in)->clientPublicValue->algorithm.algorithm.data); in free_krb5_auth_pack()
167 if ((*in)->clientPublicValue->algorithm.parameters.data != NULL) in free_krb5_auth_pack()
168 free((*in)->clientPublicValue->algorithm.parameters.data); in free_krb5_auth_pack()
280 if (in->algorithm.data != NULL) in free_krb5_algorithm_identifier()
281 free(in->algorithm.data); in free_krb5_algorithm_identifier()
303 if ((*in)->algorithm.parameters.data != NULL) in free_krb5_subject_pk_info()
304 free((*in)->algorithm.parameters.data); in free_krb5_subject_pk_info()
424 (*in)->algorithm.parameters.data = NULL; in init_krb5_subject_pk_info()
425 (*in)->algorithm.parameters.length = 0; in init_krb5_subject_pk_info()
H A Dpkinit_clnt.c340 retval = pkinit_copy_krb5_octet_data(&info->algorithm.algorithm, &dh_oid);
349 &info->algorithm.parameters.data,
350 &info->algorithm.parameters.length,
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dsun_ima.c92 SUN_IMA_DIGEST_ALGORITHM_VALUE *algorithm,
2151 algorithm->defaultAlgorithmCount = 1; in getDigest()
2155 algorithm->defaultAlgorithmCount = 1; in getDigest()
2177 algorithm->currentValid = IMA_TRUE; in getDigest()
2181 algorithm->currentAlgorithms[0] = in getDigest()
2186 algorithm->currentAlgorithms[0] = in getDigest()
2192 algorithm->currentAlgorithms[0] = in getDigest()
2194 algorithm->currentAlgorithms[1] = in getDigest()
2199 algorithm->currentAlgorithms[0] = in getDigest()
2201 algorithm->currentAlgorithms[1] = in getDigest()
[all …]
H A Dsun_ima.h92 SUN_IMA_DIGEST_ALGORITHM_VALUE *algorithm);
95 SUN_IMA_DIGEST_ALGORITHM_VALUE *algorithm);
119 SUN_IMA_DIGEST_ALGORITHM_VALUE *algorithm,
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_ami.h138 struct ami_algid *algorithm; member
180 struct ami_algid *algorithm; member
187 struct ami_oid *algorithm; member
259 struct ami_algid *algorithm; member
324 struct ami_algid *algorithm; member
494 struct ami_algid *algorithm; member
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dcertop.c953 kmf_free_algoid(&spki.algorithm); in kmf_verify_data()
1135 alg = &pubkey->algorithm.algorithm; in kmf_encrypt()
1252 &spki_ptr->algorithm.algorithm); in kmf_decrypt()
1265 &prikey, &spki_ptr->algorithm.algorithm, in kmf_decrypt()
2960 destid->algorithm.Data = malloc(destid->algorithm.Length); in set_algoid()
2965 destid->algorithm.Length); in set_algoid()
2978 destid->algorithm.Length = srcid->algorithm.Length; in copy_algoid()
2979 destid->algorithm.Data = malloc(destid->algorithm.Length); in copy_algoid()
2983 (void) memcpy(destid->algorithm.Data, srcid->algorithm.Data, in copy_algoid()
2984 destid->algorithm.Length); in copy_algoid()
[all …]
H A Dcsrcrlop.c213 &CsrData->signature.algorithmIdentifier.algorithm, in kmf_set_csr_sig_alg()
217 &CsrData->csr.subjectPublicKeyInfo.algorithm.parameters); in kmf_set_csr_sig_alg()
403 kmf_set_attr_at_index(attlist, i++, KMF_OID_ATTR, &algo->algorithm, in sign_csr()
429 algid = x509_algoid_to_algid(&algo->algorithm); in sign_csr()
598 algid = x509_algoid_to_algid(&x509alg->algorithm); in kmf_verify_csr()
H A Dpk11keys.c218 (KMF_OID *)&pKey->algorithm.algorithm); in PKCS_CreatePublicKey()
721 algId = x509_algoid_to_algid(&spki->algorithm.algorithm); in GetIDFromSPKI()
/illumos-gate/usr/src/cmd/lp/filter/postscript/postreverse/
H A DREADME30 algorithm for parsing the PostScript files. The only requirements for a
32 algorithm is documented at the beginning of the code.
/illumos-gate/usr/src/lib/libkmf/ber_der/common/
H A Dclasn1.c69 free_data(&algoid->algorithm); in free_algoid()
77 free_algoid(&spki->algorithm); in free_decoded_spki()
267 algoid->algorithm.Length = algoid_data.bv_len; in get_algoid()
278 algoid->algorithm.Data = (uchar_t *)AlgOID.bv_val; in get_algoid()
279 algoid->algorithm.Length = AlgOID.bv_len; in get_algoid()
416 free_algoid(&spki->algorithm); in get_spki()
646 ret = CopyData(&src->algorithm.algorithm, in CopySPKI()
647 &newspki->algorithm.algorithm); in CopySPKI()
651 ret = CopyData(&src->algorithm.parameters, in CopySPKI()
652 &newspki->algorithm.parameters); in CopySPKI()
[all …]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dk5-int-pkinit.h58 krb5_octet_data algorithm; /* OID */ member
64 krb5_algorithm_identifier algorithm; member
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dconflict.test35 # conf The conflict resolution algorithm on the BEGIN statement
93 # conf The conflict resolution algorithm on the BEGIN statement
151 # conf The conflict resolution algorithm on the BEGIN statement
205 # conf1 The conflict resolution algorithm on the UNIQUE constraint
206 # conf2 The conflict resolution algorithm on the BEGIN statement
264 # conf1 The conflict resolution algorithm on the NOT NULL constraint
265 # conf2 The conflict resolution algorithm on the BEGIN statement
332 # conf1 The conflict resolution algorithm on the UNIQUE constraint
333 # conf2 The conflict resolution algorithm on the BEGIN statement
H A Dmemdb.test161 # conf The conflict resolution algorithm on the BEGIN statement
222 # conf1 The conflict resolution algorithm on the UNIQUE constraint
223 # conf2 The conflict resolution algorithm on the BEGIN statement
/illumos-gate/usr/src/common/crypto/skein/
H A DTHIRDPARTYLICENSE3 This algorithm and source code is released to the public domain.
/illumos-gate/usr/src/common/crypto/ecc/
H A Dsecoidt.h60 SECItem algorithm; member
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_print.c450 u_int keyflags, protocol, algorithm, key_id; in ns_sprintrrf() local
461 algorithm = *rdata++; in ns_sprintrrf()
463 keyflags, protocol, algorithm)); in ns_sprintrrf()
493 u_int type, algorithm, labels, footprint; in ns_sprintrrf() local
503 algorithm = *rdata++; in ns_sprintrrf()
507 p_type(type), algorithm, labels, t)); in ns_sprintrrf()
994 unsigned int i, hip_len, algorithm, key_len; in ns_sprintrrf() local
1000 algorithm = *rdata++; in ns_sprintrrf()
1009 len = sprintf(tmp, "( %u ", algorithm); in ns_sprintrrf()
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Dcapacity.notes.txt53 Is the right algorithm for making sense of all this written down
68 implement this algorithm in deriving the capacity and geometry
87 >Is the right algorithm for making sense of all this written down
111 An algorithm??? (I hope there aren't any typo's here)...
/illumos-gate/usr/src/lib/libkmf/include/
H A Dkmftypes.h419 KMF_OID algorithm; member
464 KMF_X509_ALGORITHM_IDENTIFIER algorithm; member
603 #define CERT_ALG_OID(c) &c->certificate.signature.algorithm
604 #define CERT_SIG_OID(c) &c->signature.algorithmIdentifier.algorithm
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_encode.c1508 retval = asn1_encode_oid(buf, val->algorithm.length, in asn1_encode_algorithm_identifier()
1509 val->algorithm.data, in asn1_encode_algorithm_identifier()
1530 if (val->algorithm.parameters.length != 0) { in asn1_encode_subject_pk_info()
1533 retval = asn1buf_insert_octetstring(buf, val->algorithm.parameters.length, in asn1_encode_subject_pk_info()
1534 val->algorithm.parameters.data); in asn1_encode_subject_pk_info()
1537 sum += val->algorithm.parameters.length; in asn1_encode_subject_pk_info()
1539 retval = asn1_encode_oid(buf, val->algorithm.algorithm.length, in asn1_encode_subject_pk_info()
1540 val->algorithm.algorithm.data, in asn1_encode_subject_pk_info()
1549 val->algorithm.parameters.length + length, in asn1_encode_subject_pk_info()
/illumos-gate/usr/src/cmd/lofiadm/
H A Dmain.c1487 char algorithm[MAXALGLEN]; in lofi_compress() local
1707 (void) bzero(algorithm, sizeof (algorithm)); in lofi_compress()
1708 (void) strlcpy(algorithm, li->l_name, sizeof (algorithm)); in lofi_compress()
1709 if (write(compfd, algorithm, sizeof (algorithm)) in lofi_compress()
1710 != sizeof (algorithm)) in lofi_compress()
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dmemchr.S50 ! The first part of this algorithm focuses on determining
/illumos-gate/usr/src/uts/common/fs/zfs/
H A DTHIRDPARTYLICENSE.lz41 LZ4 - Fast LZ compression algorithm
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dmemchr.S50 ! The first part of this algorithm focuses on determining
/illumos-gate/usr/src/cmd/cmd-inet/etc/
H A Dipsecalgs28 # The algorithm descriptions contained in this file are synchronised to the
H A Dipsecinit.sample54 # algorithm.

1234