Home
last modified time | relevance | path

Searched refs:recovered (Results 1 – 12 of 12) sorted by relevance

/openssl/test/
H A Dsm2_internal_test.c148 uint8_t *recovered = NULL; in test_sm2_crypt() local
190 recovered = OPENSSL_zalloc(ptext_len); in test_sm2_crypt()
191 if (!TEST_ptr(recovered) in test_sm2_crypt()
193 recovered, &recovered_len)) in test_sm2_crypt()
195 || !TEST_mem_eq(recovered, recovered_len, message, msg_len)) in test_sm2_crypt()
203 OPENSSL_free(recovered); in test_sm2_crypt()
/openssl/doc/man3/
H A DEVP_OpenInit.pod41 cipher then the key length will be set to the value of the recovered
42 key length. If the cipher is a fixed length cipher then the recovered
48 recovered secret key size) if successful.
H A DRSA_padding_add_PKCS1_type_1.pod104 encoding method and stores the recovered data of at most B<tlen> bytes
119 recovered data, -1 on error. Error codes can be obtained by calling
H A DRSA_private_encrypt.pod64 recovered message digest.
H A DEVP_PKEY_verify_recover.pod37 I<rout> buffer, if the call is successful recovered data is written to
H A DRSA_public_encrypt.pod82 recovered plaintext. A return value of 0 is not an error and
H A DRAND_add.pod54 The content of B<buf> cannot be recovered from subsequent random generator output.
H A DASYNC_WAIT_CTX_new.pod162 The engine has some problem which will be recovered soon, such as a buffer is
/openssl/doc/man1/
H A Dopenssl-rsautl.pod.in92 Verify the input data and output the recovered data.
217 which it can be seen agrees with the recovered value above.
H A Dopenssl-pkeyutl.pod.in134 Verify the input data (which must be a hash) and output the recovered data.
H A Dopenssl-s_client.pod.in191 Therefore, these credentials are easily recovered by anyone able to sniff/trace
/openssl/doc/man7/
H A Dprovider-signature.pod252 Unless I<rout> is NULL, the recovered data should be written to the location
254 The length of the recovered data should be written to I<*routlen>.

Completed in 31 milliseconds