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

/freebsd-13-stable/crypto/openssl/engines/
H A De_padlock.c82 static const char *padlock_id = "padlock"; variable
110 if (!ENGINE_set_id(e, padlock_id) ||
154 if (id && (strcmp(id, padlock_id) != 0)) {

Completed in 94 milliseconds