Searched refs:validate (Results 1 – 25 of 37) sorted by relevance
12
174 if (keymgmt->validate == NULL) in keymgmt_from_algorithm()175 keymgmt->validate = OSSL_FUNC_keymgmt_validate(fns); in keymgmt_from_algorithm()512 if (keymgmt->validate == NULL) in evp_keymgmt_validate()514 return keymgmt->validate(keydata, selection, checktype); in evp_keymgmt_validate()
128 OSSL_FUNC_keymgmt_validate_fn *validate; member
103 =item "validate-pq" (B<OSSL_PKEY_PARAM_FFC_VALIDATE_PQ>) <unsigned integer>105 =item "validate-g" (B<OSSL_PKEY_PARAM_FFC_VALIDATE_G>) <unsigned integer>109 I<validate-pq> and I<validate-g> are both set to 1 to check that p,q and g are113 =item "validate-legacy" (B<OSSL_PKEY_PARAM_FFC_VALIDATE_LEGACY>) <unsigned integer>
270 Uses HMAC SHA256 on the module file to validate that the module has not been276 Uses HMAC SHA256 on a fixed string to validate that the installation process
236 To validate B<FIPS186-4> B<DHX> domain parameters decoded from B<PEM> or
47 used also to validate the issued certificate returned in the IP message. This is57 OSSL_CMP_validate_cert_path() attempts to validate the given certificate and its
35 The X509_verify_cert() function attempts to discover and validate a63 both functions validate the target raw public key.
60 will be used to validate the peer's public key or certificate.
32 be a public key. The I<validate_peer> will validate the public key if this value
39 I<unwrapped>, so that the call can validate it is of sufficient size to hold the
35 If DTLS is used over UDP (or any datagram based protocol that does not validate39 stream-based transport protocols (e.g. QUIC) may not validate the source
5 RSA_check_key_ex, RSA_check_key - validate private RSA keys
71 is to validate the received PSK identity and to fetch the pre-shared key used
178 To validate client raw public keys, code from the client example may need to be
74 X509_STORE_CTX_get1_chain() returns a complete validate chain if a previous467 No TLS records were configured to validate the raw public key, or DANE was not
166 or validate a finished message.
346 to validate the certificate chain of an IP message.356 Otherwise they are stored to potentially help validate further messages.748 the I<ctx>. This will be used to validate the recipNonce in incoming messages.
239 *endptr = 'x'. Be sure to validate how much data was consumed when calling this
13 so that it is easier to validate
54 evp_keymgmt_validate() calls the method's validate() function.
232 $self->validate();684 sub validate { subroutine
211 #Test vectors generated to validate aesni_ocb_encrypt on x86
149 To validate given EC parameters:
2354 int validate; member2781 int validate = 0; in pderive_test_parse() local2784 validate = 1; in pderive_test_parse()2786 if (validate || strcmp(keyword, "PeerKey") == 0) { in pderive_test_parse()2789 kdata->validate = validate; in pderive_test_parse()2817 expected->validate) <= 0) { in pderive_test_run()
12 possible to validate every minor release of OpenSSL.
Completed in 58 milliseconds