/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_lib.c | 165 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 D | pkinit_clnt.c | 340 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 D | sun_ima.c | 86 SUN_IMA_DIGEST_ALGORITHM_VALUE *algorithm); 92 SUN_IMA_DIGEST_ALGORITHM_VALUE *algorithm, 1160 SUN_IMA_DIGEST_ALGORITHM_VALUE *algorithm in SUN_IMA_GetHeaderDigest() argument 1163 return (getDigest(oid, ISCSI_LOGIN_PARAM_HEADER_DIGEST, algorithm)); in SUN_IMA_GetHeaderDigest() 1168 SUN_IMA_DIGEST_ALGORITHM_VALUE *algorithm in SUN_IMA_GetDataDigest() argument 1171 return (getDigest(oid, ISCSI_LOGIN_PARAM_DATA_DIGEST, algorithm)); in SUN_IMA_GetDataDigest() 2137 SUN_IMA_DIGEST_ALGORITHM_VALUE *algorithm in getDigest() argument 2150 algorithm->defaultAlgorithms[0] = ISCSI_DIGEST_NONE; in getDigest() 2151 algorithm->defaultAlgorithmCount = 1; in getDigest() 2154 algorithm->defaultAlgorithms[0] = ISCSI_DIGEST_CRC32C; in getDigest() [all …]
|
H A D | sun_ima.h | 92 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/libkmf/libkmf/common/ |
H A D | certop.c | 66 &SignerCert->signature.algorithmIdentifier.algorithm); in get_keyalg_from_cert() 295 NODATA(tbs_cert->signature.algorithm) || in kmf_encode_cert_record() 953 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() 2959 destid->algorithm.Length = newoid->Length; in set_algoid() 2960 destid->algorithm.Data = malloc(destid->algorithm.Length); in set_algoid() 2961 if (destid->algorithm.Data == NULL) in set_algoid() 2964 (void) memcpy(destid->algorithm.Data, newoid->Data, in set_algoid() [all …]
|
H A D | csrcrlop.c | 213 &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 D | pk11keys.c | 218 (KMF_OID *)&pKey->algorithm.algorithm); in PKCS_CreatePublicKey() 721 algId = x509_algoid_to_algid(&spki->algorithm.algorithm); in GetIDFromSPKI()
|
/illumos-gate/usr/src/lib/libslp/clib/ |
H A D | slp_ami.h | 138 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/ber_der/common/ |
H A D | clasn1.c | 30 if (kmfber_printf(asn1, "{D", &algoid->algorithm) == -1) { in encode_algoid() 69 free_data(&algoid->algorithm); in free_algoid() 77 free_algoid(&spki->algorithm); in free_decoded_spki() 266 algoid->algorithm.Data = (uchar_t *)algoid_data.bv_val; in get_algoid() 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() 349 if ((ret = encode_algoid(asn1, &spki->algorithm, TRUE)) != KMF_OK) in encode_spki() 399 if ((ret = get_algoid(asn1, &spki->algorithm)) != KMF_OK) in get_spki() 416 free_algoid(&spki->algorithm); in get_spki() [all …]
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/postreverse/ |
H A D | README | 30 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/libsqlite/test/ |
H A D | conflict.test | 35 # 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 D | memdb.test | 161 # 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/lib/gss_mechs/mech_krb5/include/ |
H A D | k5-int-pkinit.h | 58 krb5_octet_data algorithm; /* OID */ member 64 krb5_algorithm_identifier algorithm; member
|
/illumos-gate/usr/src/common/crypto/skein/ |
H A D | THIRDPARTYLICENSE | 3 This algorithm and source code is released to the public domain.
|
/illumos-gate/usr/src/lib/libresolv2/common/nameser/ |
H A D | ns_print.c | 450 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/common/crypto/ecc/ |
H A D | secoidt.h | 60 SECItem algorithm; member
|
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/ |
H A D | capacity.notes.txt | 53 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 D | kmftypes.h | 419 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 D | asn1_k_encode.c | 1508 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/test/util-tests/tests/libjedec/hex2spd/data/ddr3/ |
H A D | MT36KSZF2G72LDZ-1G6E2A7.spd | 11 # that the CRC algorithm is the same across the other specifications and
|
/illumos-gate/usr/src/cmd/lofiadm/ |
H A D | main.c | 1487 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 D | memchr.S | 50 ! The first part of this algorithm focuses on determining
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | THIRDPARTYLICENSE.lz4 | 1 LZ4 - Fast LZ compression algorithm
|
/illumos-gate/usr/src/lib/libc/sparcv9/gen/ |
H A D | memchr.S | 50 ! The first part of this algorithm focuses on determining
|
/illumos-gate/usr/src/cmd/cmd-inet/etc/ |
H A D | ipsecalgs | 28 # The algorithm descriptions contained in this file are synchronised to the
|