Searched refs:decrypt_complete (Results 1 - 3 of 3) sorted by relevance

/external/boringssl/src/ssl/
H A Dssl_rsa.c422 return ssl->cert->key_method->decrypt_complete(ssl, out, out_len, max_out);
/external/boringssl/include/openssl/
H A Dssl.h977 * operation is completed, which will result in a call to |decrypt_complete|.
987 /* decrypt_complete completes a pending |decrypt| operation. If the operation
993 * |decrypt_complete| may be called arbitrarily many times before completion,
994 * but it is an error to call |decrypt_complete| if there is no pending
996 enum ssl_private_key_result_t (*decrypt_complete)(SSL *ssl, uint8_t *out, member in struct:ssl_private_key_method_st
/external/boringssl/src/include/openssl/
H A Dssl.h977 * operation is completed, which will result in a call to |decrypt_complete|.
987 /* decrypt_complete completes a pending |decrypt| operation. If the operation
993 * |decrypt_complete| may be called arbitrarily many times before completion,
994 * but it is an error to call |decrypt_complete| if there is no pending
996 enum ssl_private_key_result_t (*decrypt_complete)(SSL *ssl, uint8_t *out, member in struct:ssl_private_key_method_st

Completed in 104 milliseconds