Searched refs:keyPrefix (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/testing/
H A DMockCDM.cpp88 static Uint8Array* keyPrefix() function in namespace:WebCore
141 for (unsigned i = 0; i < keyPrefix()->length(); ++i) {
142 if (i >= key->length() || key->item(i) != keyPrefix()->item(i)) {
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/crypto/
H A Dapr_crypto_nss.c129 const char *keyPrefix = NULL; local
184 keyPrefix = fields[1].value;
203 if (keyPrefix || certPrefix || secmod) {
204 s = NSS_Initialize(dir, certPrefix, keyPrefix, secmod, flags);

Completed in 107 milliseconds