Crypt-PKCS11

 view release on metacpan or  search on metacpan

crypt_pkcs11.c  view on Meta::CPAN

        return 0;
    }

    SvGETMAGIC(sv);

    return SvIOK(sv) ? 1 : 0;
}

/* TODO:
 * Change Mutex design to incapsulate an object that refers to the CODE
 * references and mutex data to allow for per PKCS11 object mutex callbacks.
 * Also store them in the PKCS11 object for cleanup.
 */

void crypt_pkcs11_xs_setCreateMutex(SV* pCreateMutex) {
    croak("Mutex functions are currently not supported");
}

void crypt_pkcs11_xs_clearCreateMutex(void) {
}



( run in 1.409 second using v1.01-cache-2.11-cpan-9b1e4054eb1 )