HomeSort by: relevance | last modified time | path
    Searched refs:pkcs11uri (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
keystore.c 52 keystore->pkcs11uri = NULL;
72 if (keystore->pkcs11uri != NULL) {
73 isc_mem_free(keystore->mctx, keystore->pkcs11uri);
129 return keystore->pkcs11uri;
136 if (keystore->pkcs11uri != NULL) {
137 isc_mem_free(keystore->mctx, keystore->pkcs11uri);
139 keystore->pkcs11uri = (uri == NULL)
  /src/external/mpl/bind/dist/lib/dns/include/dns/
keystore.h 60 char *pkcs11uri; member in struct:dns_keystore

Completed in 13 milliseconds