Lines Matching refs:operationHandle
349 * @param operationHandle the operation handle returned by StrongBox Keymaster's begin().
363 verifyAuthorization(uint64_t operationHandle, vec<KeyParameter> parametersToVerify,
1074 * @return operationHandle The newly-created operation handle which must be passed to update(),
1079 generates (ErrorCode error, vec<KeyParameter> outParams, OperationHandle operationHandle);
1083 * with begin(). The operation is specified by the operationHandle parameter.
1085 * If operationHandle is invalid, update() must return ErrorCode::INVALID_OPERATION_HANDLE.
1123 * o The challenge field in the auth token must contain the operationHandle
1165 * @param operationHandle The operation handle returned by begin().
1194 update(OperationHandle operationHandle, vec<KeyParameter> inParams, vec<uint8_t> input,
1200 * Finalizes a cryptographic operation begun with begin() and invalidates operationHandle.
1228 * o The challenge field in the auth token must contain the operationHandle
1282 * @param operationHandle The operation handle returned by begin(). This handle must be invalid
1305 finish(OperationHandle operationHandle, vec<KeyParameter> inParams, vec<uint8_t> input,
1311 * invalidating operationHandle.
1313 * @param operationHandle The operation handle returned by begin(). This handle must be
1318 abort(OperationHandle operationHandle) generates (ErrorCode error);