Home
last modified time | relevance | path

Searched refs:ctx_ref_count_keys (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcs_context_key.c32 ctx_ref_count_keys(struct tcs_context *c) in ctx_ref_count_keys() function
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_utils.h157 void ctx_ref_count_keys(struct tcs_context *);
164 #define CTX_ref_count_keys(c) ctx_ref_count_keys(c)
/netbsd-src/crypto/external/cpl/trousers/dist/
H A DChangeLog830 calling ctx_ref_count_keys(). This prevents a deadlock.