Home
last modified time | relevance | path

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

/src/crypto/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);
/src/contrib/libdiff/test/
H A Dtest117.right-P.txt420 u_char check_key[SHA1_DIGEST_LENGTH];
424 bzero(check_key, sizeof(check_key));
431 SHA1Final(check_key, &shactx);
434 HMAC_SHA1_Init(&hmacctx, check_key, sizeof(check_key));
438 explicit_bzero(check_key, sizeof(check_key));
H A Dtest122.right-P.txt420 u_char check_key[SHA1_DIGEST_LENGTH];
424 bzero(check_key, sizeof(check_key));
431 SHA1Final(check_key, &shactx);
434 HMAC_SHA1_Init(&hmacctx, check_key, sizeof(check_key));
438 explicit_bzero(check_key, sizeof(check_key));
H A Dtest021.right.txt420 u_char check_key[SHA1_DIGEST_LENGTH];
424 bzero(check_key, sizeof(check_key));
431 SHA1Final(check_key, &shactx);
434 HMAC_SHA1_Init(&hmacctx, check_key, sizeof(check_key));
438 explicit_bzero(check_key, sizeof(check_key));
H A Dtest117.left-P.txt406 u_char check_key[SHA1_DIGEST_LENGTH];
410 bzero(check_key, sizeof(check_key));
417 SHA1Final(check_key, &shactx);
420 HMAC_SHA1_Init(&hmacctx, check_key, sizeof(check_key));
424 explicit_bzero(check_key, sizeof(check_key));
H A Dtest021.left.txt468 u_char check_key[SHA1_DIGEST_LENGTH];
472 bzero(check_key, sizeof(check_key));
479 SHA1Final(check_key, &shactx);
482 HMAC_SHA1_Init(&hmacctx, check_key, sizeof(check_key));
486 explicit_bzero(check_key, sizeof(check_key));
H A Dtest122.left-P.txt445 u_char check_key[SHA1_DIGEST_LENGTH];
449 bzero(check_key, sizeof(check_key));
456 SHA1Final(check_key, &shactx);
459 HMAC_SHA1_Init(&hmacctx, check_key, sizeof(check_key));
463 explicit_bzero(check_key, sizeof(check_key));
/src/crypto/openssl/test/
H A Dfake_rsaprov.c746 check_key_fn *check_key; member
996 && ctx->desc->check_key != NULL in fake_rsa_der2key_decode()
997 && !ctx->desc->check_key(key, ctx)) { in fake_rsa_der2key_decode()
H A Dtls-provider.c2133 check_key_fn *check_key; member
2381 && ctx->desc->check_key != NULL in xor_der2key_decode()
2382 && !ctx->desc->check_key(key, ctx)) { in xor_der2key_decode()
/src/crypto/openssl/doc/man3/
H A DRSA_check_key.pod70 The best fix will probably be to introduce a "check_key()" handler to the
/src/crypto/openssl/providers/implementations/encode_decode/
H A Ddecode_der2key.c106 check_key_fn *check_key; member
318 && ctx->desc->check_key != NULL in der2key_decode()
319 && !ctx->desc->check_key(key, ctx)) { in der2key_decode()
/src/tools/tools/net80211/wesside/wesside/
H A Dwesside.c260 void check_key() { in check_key() function
311 check_key(); in kill_crack()
2523 check_key();
/src/contrib/byacc/
H A Dreader.c755 check_key(int pos) in check_key() function
819 if (pos == -1 || !check_key(pos)) in copy_code()