Home
last modified time | relevance | path

Searched refs:check_key (Results 1 – 4 of 4) sorted by relevance

/openssl/test/recipes/
H A D91-test_pkey_check.t28 sub check_key {
93 check_key($t, 1, 0);
97 check_key($t, 0, 0);
101 check_key($t, 1, 1);
105 check_key($t, 0, 1);
/openssl/providers/implementations/encode_decode/
H A Ddecode_der2key.c77 check_key_fn *check_key; member
289 && ctx->desc->check_key != NULL in der2key_decode()
290 && !ctx->desc->check_key(key, ctx)) { in der2key_decode()
/openssl/doc/man3/
H A DRSA_check_key.pod70 The best fix will probably be to introduce a "check_key()" handler to the
/openssl/test/
H A Dtls-provider.c2147 check_key_fn *check_key; member
2396 && ctx->desc->check_key != NULL in xor_der2key_decode()
2397 && !ctx->desc->check_key(key, ctx)) { in xor_der2key_decode()

Completed in 21 milliseconds