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

/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11.c814 find_lock[OP_DH] = OPENSSL_malloc(sizeof (pthread_mutex_t));
815 if (find_lock[OP_DH] == NULL) {
818 (void) pthread_mutex_init(find_lock[OP_DH], NULL);
858 if (find_lock[OP_DH] != NULL) {
859 (void) pthread_mutex_destroy(find_lock[OP_DH]);
860 OPENSSL_free(find_lock[OP_DH]);
861 find_lock[OP_DH] = NULL;
1025 LOCK_OBJSTORE(OP_DH);
1045 UNLOCK_OBJSTORE(OP_DH);
1070 UNLOCK_OBJSTORE(OP_DH);
[all...]
H A De_pk11.h178 OP_DH, enumerator in enum:PK11_OPTYPE_ENUM
H A De_pk11_pub.c326 case OP_DH:
2513 if ((sp = pk11_get_session(OP_DH)) == NULL) {
2643 pk11_return_session(sp, OP_DH);
2679 if ((sp = pk11_get_session(OP_DH)) == NULL) {
2786 pk11_return_session(sp, OP_DH);
2849 LOCK_OBJSTORE(OP_DH);
2889 KEY_HANDLE_REFHOLD(h_key, OP_DH, CK_FALSE, rollback, err);
2906 UNLOCK_OBJSTORE(OP_DH);

Completed in 198 milliseconds