Searched refs:algorithm (Results 1 - 25 of 891) sorted by relevance

1234567891011>>

/macosx-10.10/bind9-45.101/bind9/bin/tests/
H A Dndc.conf-include21 algorithm "al-gore-rhythm";
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/common/
H A Drndc.key21 algorithm hmac-md5;
/macosx-10.10/WebCore-7600.1.25/crypto/keys/
H A DCryptoKeyAES.cpp38 CryptoKeyAES::CryptoKeyAES(CryptoAlgorithmIdentifier algorithm, const Vector<uint8_t>& key, bool extractable, CryptoKeyUsage usage) argument
39 : CryptoKey(algorithm, CryptoKeyType::Secret, extractable, usage)
42 ASSERT(isValidAESAlgorithm(algorithm));
49 bool CryptoKeyAES::isValidAESAlgorithm(CryptoAlgorithmIdentifier algorithm) argument
51 return algorithm == CryptoAlgorithmIdentifier::AES_CTR
52 || algorithm == CryptoAlgorithmIdentifier::AES_CBC
53 || algorithm == CryptoAlgorithmIdentifier::AES_CMAC
54 || algorithm == CryptoAlgorithmIdentifier::AES_GCM
55 || algorithm == CryptoAlgorithmIdentifier::AES_CFB
56 || algorithm
59 generate(CryptoAlgorithmIdentifier algorithm, size_t lengthBits, bool extractable, CryptoKeyUsage usages) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/crypto/mac/
H A DCryptoAlgorithmHMACMac.cpp39 static bool getCommonCryptoHMACAlgorithm(CryptoAlgorithmIdentifier hashFunction, CCHmacAlgorithm& algorithm) argument
43 algorithm = kCCHmacAlgSHA1;
46 algorithm = kCCHmacAlgSHA224;
49 algorithm = kCCHmacAlgSHA256;
52 algorithm = kCCHmacAlgSHA384;
55 algorithm = kCCHmacAlgSHA512;
62 static Vector<uint8_t> calculateSignature(CCHmacAlgorithm algorithm, const Vector<uint8_t>& key, const CryptoOperationData& data) argument
65 switch (algorithm) {
88 CCHmac(algorithm, keyData, key.size(), data.first, data.second, result.data());
94 CCHmacAlgorithm algorithm; local
107 CCHmacAlgorithm algorithm; local
[all...]
H A DCryptoDigestMac.cpp36 CryptoAlgorithmIdentifier algorithm; member in struct:WebCore::CryptoDigestContext
42 ASSERT(context->algorithm == CryptoAlgorithmIdentifier::SHA_1);
47 ASSERT(context->algorithm == CryptoAlgorithmIdentifier::SHA_224);
52 ASSERT(context->algorithm == CryptoAlgorithmIdentifier::SHA_256);
57 ASSERT(context->algorithm == CryptoAlgorithmIdentifier::SHA_384);
62 ASSERT(context->algorithm == CryptoAlgorithmIdentifier::SHA_512);
73 switch (m_context->algorithm) {
95 std::unique_ptr<CryptoDigest> CryptoDigest::create(CryptoAlgorithmIdentifier algorithm) argument
98 digest->m_context->algorithm = algorithm;
[all...]
/macosx-10.10/CommonCrypto-60061/lib/
H A DCommonDigestPriv.h44 CCDigestGetDigestInfo(CCDigestAlgorithm algorithm);
/macosx-10.10/bind9-45.101/bind9/lib/dns/rdata/generic/
H A Dcert_37.h29 isc_uint8_t algorithm; member in struct:dns_rdata_cert
H A Ddlv_32769.h27 isc_uint8_t algorithm; member in struct:dns_rdata_dlv
H A Ddnskey_48.h31 isc_uint8_t algorithm; member in struct:dns_rdata_dnskey
H A Dds_43.h29 isc_uint8_t algorithm; member in struct:dns_rdata_ds
H A Dkey_25.h31 isc_uint8_t algorithm; member in struct:dns_rdata_key_t
H A Dsshfp_44.h29 isc_uint8_t algorithm; member in struct:dns_rdata_sshfp
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DAppleKeyStoreInterface.h48 uint32_t algorithm; member in struct:aks_volume_key_t
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/tsig/ns1/
H A Dnamed.conf35 algorithm hmac-md5;
40 algorithm hmac-sha1;
45 algorithm hmac-sha224;
50 algorithm hmac-sha256;
55 algorithm hmac-sha384;
60 algorithm hmac-sha512;
65 algorithm hmac-md5-80;
70 algorithm hmac-sha1-80;
75 algorithm hmac-sha224-112;
80 algorithm hma
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/xfer/ns4/
H A Dnamed.conf.base33 algorithm hmac-md5;
38 algorithm hmac-md5;
43 algorithm hmac-md5;
/macosx-10.10/WebCore-7600.1.25/crypto/
H A DSubtleCrypto.idl32 [Custom] Promise encrypt(AlgorithmIdentifier algorithm, Key key, sequence<CryptoOperationData> data);
33 [Custom] Promise decrypt(AlgorithmIdentifier algorithm, Key key, sequence<CryptoOperationData> data);
34 [Custom] Promise sign(AlgorithmIdentifier algorithm, Key key, sequence<CryptoOperationData> data);
35 [Custom] Promise verify(AlgorithmIdentifier algorithm, Key key, CryptoOperationData signature, sequence<CryptoOperationData> data);
36 [Custom] Promise digest(AlgorithmIdentifier algorithm, sequence<CryptoOperationData> data);
37 [Custom] Promise generateKey(AlgorithmIdentifier algorithm, optional boolean extractable, optional KeyUsage[] keyUsages);
38 [Custom] Promise importKey(KeyFormat format, CryptoOperationData keyData, AlgorithmIdentifier? algorithm, optional boolean extractable, optional KeyUsage[] keyUsages);
H A DCryptoKey.idl53 [Custom] readonly attribute Algorithm algorithm;
/macosx-10.10/Security-57031.1.35/Security/include/security_smime/
H A Dsecalgid.c43 offsetof(SECAlgorithmID,algorithm), },
52 if (id == NULL || id->algorithm.Data == NULL)
55 return SECOID_FindOIDTag (&(id->algorithm));
72 if (SECITEM_CopyItem(arena, &id->algorithm, &oiddata->oid))
145 rv = SECITEM_CopyItem(arena, &to->algorithm, &from->algorithm);
154 SECITEM_FreeItem(&algid->algorithm, PR_FALSE);
164 rv = SECITEM_CompareItem(&a->algorithm, &b->algorithm);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_smime/lib/
H A Dsecalgid.c43 offsetof(SECAlgorithmID,algorithm), },
52 if (id == NULL || id->algorithm.Data == NULL)
55 return SECOID_FindOIDTag (&(id->algorithm));
72 if (SECITEM_CopyItem(arena, &id->algorithm, &oiddata->oid))
145 rv = SECITEM_CopyItem(arena, &to->algorithm, &from->algorithm);
154 SECITEM_FreeItem(&algid->algorithm, PR_FALSE);
164 rv = SECITEM_CompareItem(&a->algorithm, &b->algorithm);
/macosx-10.10/Security-57031.1.35/libsecurity_smime/Security/
H A Dsecalgid.c44 offsetof(SECAlgorithmID,algorithm), },
53 if (id == NULL || id->algorithm.Data == NULL)
56 return SECOID_FindOIDTag (&(id->algorithm));
73 if (SECITEM_CopyItem(arena, &id->algorithm, &oiddata->oid))
143 rv = SECITEM_CopyItem(arena, &to->algorithm, &from->algorithm);
152 SECITEM_FreeItem(&algid->algorithm, PR_FALSE);
162 rv = SECITEM_CompareItem(&a->algorithm, &b->algorithm);
/macosx-10.10/Security-57031.1.35/libsecurity_smime/lib/
H A Dsecalgid.c44 offsetof(SECAlgorithmID,algorithm), },
53 if (id == NULL || id->algorithm.Data == NULL)
56 return SECOID_FindOIDTag (&(id->algorithm));
73 if (SECITEM_CopyItem(arena, &id->algorithm, &oiddata->oid))
143 rv = SECITEM_CopyItem(arena, &to->algorithm, &from->algorithm);
152 SECITEM_FreeItem(&algid->algorithm, PR_FALSE);
162 rv = SECITEM_CompareItem(&a->algorithm, &b->algorithm);
/macosx-10.10/Security-57031.1.35/libsecurity_smime/security_smime/
H A Dsecalgid.c44 offsetof(SECAlgorithmID,algorithm), },
53 if (id == NULL || id->algorithm.Data == NULL)
56 return SECOID_FindOIDTag (&(id->algorithm));
73 if (SECITEM_CopyItem(arena, &id->algorithm, &oiddata->oid))
143 rv = SECITEM_CopyItem(arena, &to->algorithm, &from->algorithm);
152 SECITEM_FreeItem(&algid->algorithm, PR_FALSE);
162 rv = SECITEM_CompareItem(&a->algorithm, &b->algorithm);
/macosx-10.10/CommonCrypto-60061/test/CommonCrypto/
H A DCommonBigDigest.c17 static void DigestInChunks(CCDigestAlgorithm algorithm, size_t chunksize, const uint8_t *bytesToDigest, size_t numbytes, uint8_t *outbuf)
19 CCDigestRef d = CCDigestCreate(algorithm);
34 checksum_mem(uint8_t *memptr, CCDigestAlgorithm algorithm)
36 size_t digestsize = CCDigestGetOutputSize(algorithm);
44 CCDigest(algorithm, memptr, testsz, mdwhole);
50 DigestInChunks(algorithm, blocksz, memptr, testsz, mdchunk);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_cspdl/lib/
H A DSSFactory.cpp60 switch (context.algorithm()) {
72 switch (context.algorithm()) {
/macosx-10.10/Security-57031.1.35/Security/libsecurity_sd_cspdl/lib/
H A DSDFactory.cpp66 switch (context.algorithm()) {
78 switch (context.algorithm()) {

Completed in 293 milliseconds

1234567891011>>