ica_x448_ctx_del

Purpose

Deallocates a previously allocated X448 context. Its sensitive data is erased.

Format


int ica_x448_ctx_del(ICA_X448_CTX **ctx);

Required hardware support

The processor must have the MSA9 facility (STFLE bit 155) installed which is available starting with IBM z15® systems.

Parameters

ICA_X448_CTX **ctx
Address of a pointer to the X448 context to be deleted.

Return codes

0
Success
-1
If at least one invalid parameter is given or MSA9 is not available.

For return codes indicating exceptions, see Return codes.