Home
last modified time | relevance | path

Searched refs:dirty (Results 1 – 5 of 5) sorted by relevance

/openssl/apps/
H A Dinfo.c40 int ret = 1, dirty = 0, type = 0; in info_main() local
57 dirty++; in info_main()
61 dirty++; in info_main()
65 dirty++; in info_main()
69 dirty++; in info_main()
73 dirty++; in info_main()
77 dirty++; in info_main()
81 dirty++; in info_main()
85 dirty++; in info_main()
91 if (dirty > 1) { in info_main()
[all …]
H A Dversion.c64 dirty = date = 1; in version_main()
67 dirty = dir = 1; in version_main()
70 dirty = engdir = 1; in version_main()
73 dirty = moddir = 1; in version_main()
76 dirty = cflags = 1; in version_main()
79 dirty = options = 1; in version_main()
82 dirty = platform = 1; in version_main()
85 dirty = seed = 1; in version_main()
88 dirty = version = 1; in version_main()
91 dirty = cpuinfo = 1; in version_main()
[all …]
/openssl/doc/internal/man7/
H A DEVP_PKEY.pod91 Every time the B<EVP_PKEY> internal key mutates, an internal dirty
92 count is incremented. The need for a dirty count is explained further
96 the L<EVP_KEYMGMT(3)>, the dirty count is maintained in the B<EVP_PKEY>
150 Check if the dirty count for the internal origin key has changed since
152 dirty count, which is maintained by the export function.
154 If the dirty count has changed, the export cache is cleared.
/openssl/doc/man3/
H A DEVP_PKEY_ASN1_METHOD.pod363 size_t (*dirty) (const EVP_PKEY *pk);
366 dirty_cnt() returns the internal key's dirty count.
/openssl/
H A DCHANGES.md17989 Note that using the SSL API in certain dirty ways now will result

Completed in 49 milliseconds