/titanic_53/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()
|
/titanic_53/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,
|
/titanic_53/usr/src/lib/libslp/clib/ |
H A D | slp_ami.h | 140 struct ami_algid *algorithm; member 182 struct ami_algid *algorithm; member 189 struct ami_oid *algorithm; member 261 struct ami_algid *algorithm; member 326 struct ami_algid *algorithm; member 496 struct ami_algid *algorithm; member
|
/titanic_53/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()
|
/titanic_53/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.
|
/titanic_53/usr/src/boot/lib/libz/doc/ |
H A D | rfc1950.txt | 52 used for detection of data corruption, and provides an algorithm for 301 0 - compressor used fastest algorithm 302 1 - compressor used fast algorithm 303 2 - compressor used default algorithm 304 3 - compressor used maximum compression, slowest algorithm 321 algorithm. This algorithm is a 32-bit extension and improvement 322 of the Fletcher algorithm, used in the ITU-T X.224 / ISO 8073 465 algorithms such as the deflate algorithm this operation can be 479 8.2. The Adler-32 algorithm 481 The Adler-32 algorithm is much faster than the CRC32 algorithm yet
|
H A D | txtvsbin.txt | 39 The algorithm works by dividing the set of bytecodes [0..255] into three 57 The idea behind this algorithm relies on two observations. 81 presence or the absence of some byte values, the algorithm produces 102 algorithm.
|
H A D | rfc1951.txt | 43 compresses data using a combination of the LZ77 algorithm and Huffman 85 4. Compression algorithm details ................................. 14 131 algorithm can compress every possible input data set. For the 193 Each block is compressed using a combination of the LZ77 algorithm 195 of those for previous or subsequent blocks; the LZ77 algorithm may 359 algorithm allows the construction of an optimal prefix code 368 This constraint complicates the algorithm for computing code 417 algorithm generates the codes as integers, intended to be read 525 In all cases, the decoding algorithm for the actual data is as 716 construction algorithm given earlier. If only one distance [all …]
|
/titanic_53/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 …]
|
/titanic_53/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
|
/titanic_53/usr/src/common/crypto/skein/ |
H A D | THIRDPARTYLICENSE | 3 This algorithm and source code is released to the public domain.
|
/titanic_53/usr/src/cmd/fm/dicts/ |
H A D | SUN4.dict | 48 fault.io.fire.dmc.sw-algorithm=17 50 fault.io.fire.pec.sw-algorithm=19
|
/titanic_53/usr/src/common/crypto/ecc/ |
H A D | secoidt.h | 62 SECItem algorithm; member
|
/titanic_53/usr/src/lib/libsqlite/test/ |
H A D | conflict.test | 37 # conf The conflict resolution algorithm on the BEGIN statement 95 # conf The conflict resolution algorithm on the BEGIN statement 153 # conf The conflict resolution algorithm on the BEGIN statement 207 # conf1 The conflict resolution algorithm on the UNIQUE constraint 208 # conf2 The conflict resolution algorithm on the BEGIN statement 266 # conf1 The conflict resolution algorithm on the NOT NULL constraint 267 # conf2 The conflict resolution algorithm on the BEGIN statement 334 # conf1 The conflict resolution algorithm on the UNIQUE constraint 335 # conf2 The conflict resolution algorithm on the BEGIN statement
|
/titanic_53/usr/src/lib/libresolv2/common/nameser/ |
H A D | ns_print.c | 455 u_int keyflags, protocol, algorithm, key_id; in ns_sprintrrf() local 466 algorithm = *rdata++; in ns_sprintrrf() 468 keyflags, protocol, algorithm)); in ns_sprintrrf() 498 u_int type, algorithm, labels, footprint; in ns_sprintrrf() local 508 algorithm = *rdata++; in ns_sprintrrf() 512 p_type(type), algorithm, labels, t)); in ns_sprintrrf() 997 unsigned int i, hip_len, algorithm, key_len; in ns_sprintrrf() local 1003 algorithm = *rdata++; in ns_sprintrrf() 1012 len = sprintf(tmp, "( %u ", algorithm); in ns_sprintrrf()
|
/titanic_53/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
|
/titanic_53/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)...
|
/titanic_53/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()
|
/titanic_53/usr/src/cmd/lofiadm/ |
H A D | main.c | 1468 char algorithm[MAXALGLEN]; in lofi_compress() local 1688 (void) bzero(algorithm, sizeof (algorithm)); in lofi_compress() 1689 (void) strlcpy(algorithm, li->l_name, sizeof (algorithm)); in lofi_compress() 1690 if (write(compfd, algorithm, sizeof (algorithm)) in lofi_compress() 1691 != sizeof (algorithm)) in lofi_compress()
|
/titanic_53/usr/src/boot/lib/libz/ |
H A D | FREEBSD-upgrade | 19 algorithm.txt inffast.h zconf.h
|
/titanic_53/usr/src/lib/libc/sparc/gen/ |
H A D | memchr.s | 50 ! The first part of this algorithm focuses on determining
|
/titanic_53/usr/src/uts/common/fs/zfs/ |
H A D | THIRDPARTYLICENSE.lz4 | 1 LZ4 - Fast LZ compression algorithm
|