Lines Matching refs:cache
24 explained further down, in L</Export cache for provider operations>),
93 in L</Export cache for provider operations>.
104 =head2 Export cache for provider operations
116 perform such an export, so it maintains a cache of such exports in the
117 B<EVP_PKEY>. Each cache entry has two items, a pointer to the
120 I<This cache is often referred to as the "operation key cache", and
125 The export to the operation key cache can be performed independent of
144 Exporting a key to the operation cache involves the following:
154 If the dirty count has changed, the export cache is cleared.
158 Check if there's an entry in the export cache with the same
164 L<EVP_KEYMGMT(3)> found in that export cache entry will be used for
188 native origin. Instead, we have the operation cache as described above, that