Searched refs:alg_props (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecCertificateP.c2027 CFMutableArrayRef alg_props = local
2030 appendOIDProperty(alg_props, CFSTR("Algorithm"), &algorithm->oid);
2036 appendProperty(alg_props, kSecPropertyTypeString,
2039 appendUnparsedProperty(alg_props, CFSTR("Parameters"),
2043 appendProperty(properties, kSecPropertyTypeSection, label, alg_props);
2044 CFRelease(alg_props);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecCertificateP.c2027 CFMutableArrayRef alg_props = local
2030 appendOIDProperty(alg_props, CFSTR("Algorithm"), &algorithm->oid);
2036 appendProperty(alg_props, kSecPropertyTypeString,
2039 appendUnparsedProperty(alg_props, CFSTR("Parameters"),
2043 appendProperty(properties, kSecPropertyTypeSection, label, alg_props);
2044 CFRelease(alg_props);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecCertificateP.c2027 CFMutableArrayRef alg_props = local
2030 appendOIDProperty(alg_props, CFSTR("Algorithm"), &algorithm->oid);
2036 appendProperty(alg_props, kSecPropertyTypeString,
2039 appendUnparsedProperty(alg_props, CFSTR("Parameters"),
2043 appendProperty(properties, kSecPropertyTypeSection, label, alg_props);
2044 CFRelease(alg_props);
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecCertificate.c2133 CFMutableArrayRef alg_props = local
2136 appendOIDProperty(alg_props, SEC_ALGORITHM_KEY, NULL, &algorithm->oid);
2142 appendProperty(alg_props, kSecPropertyTypeString,
2146 appendUnparsedProperty(alg_props, SEC_PARAMETERS_KEY, NULL,
2150 appendProperty(properties, kSecPropertyTypeSection, label, NULL, alg_props);
2151 CFRelease(alg_props);

Completed in 210 milliseconds